Raise service nodePort range

Old value: 30000-32767
New value: 29000-50000

Change-Id: Ib23a10af54080db77102857aef73fb4242e353c3
This commit is contained in:
Matthew Mosesohn 2017-01-31 16:34:47 +03:00
parent ed783c777c
commit f9046701d4
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ kube_network_plugin: "calico"
#Required for calico
kube_proxy_mode: "iptables"
kube_apiserver_insecure_port: "8080"
#Allow services to expose nodePorts in a wide range
kube_apiserver_node_port_range: "25000-50000"
#Configure calico to set --nat-outgoing, but not --ipip
ipip: false