Add IP var

This commit is contained in:
ant31
2015-11-01 11:12:12 +01:00
parent f6e4cc530c
commit 3bf74530ce
7 changed files with 9 additions and 9 deletions

View File

@@ -8,7 +8,7 @@
KUBE_API_ADDRESS="--insecure-bind-address=0.0.0.0"
# The port on the local server to listen on.
KUBE_API_PORT="--insecure-port=8080 --secure-port={{ kube_master_port }}"
KUBE_API_PORT="--insecure-port={{kube_master_insecure_port}} --secure-port={{ kube_master_port }}"
# KUBELET_PORT="--kubelet_port=10250"