From f9046701d469e51210b033f0275bce4e4fa5e8fe Mon Sep 17 00:00:00 2001 From: Matthew Mosesohn Date: Tue, 31 Jan 2017 16:34:47 +0300 Subject: [PATCH] Raise service nodePort range Old value: 30000-32767 New value: 29000-50000 Change-Id: Ib23a10af54080db77102857aef73fb4242e353c3 --- utils/kargo/kargo_default_common.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/kargo/kargo_default_common.yaml b/utils/kargo/kargo_default_common.yaml index 04db6d5..58371c6 100644 --- a/utils/kargo/kargo_default_common.yaml +++ b/utils/kargo/kargo_default_common.yaml @@ -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