Add --can-ip-forward to master instance

Another piece missing in
https://github.com/GoogleCloudPlatform/kubernetes/pull/5390. The
master should have --can-ip-forward if you're routing to it.
pull/6/head
Zach Loafman 2015-03-13 15:17:01 -07:00
parent efcde725cc
commit f2de7b4dcc
1 changed files with 1 additions and 0 deletions

View File

@ -537,6 +537,7 @@ function kube-up {
--tags "${MASTER_TAG}" \
--network "${NETWORK}" \
--scopes "storage-ro" "compute-rw" \
--can-ip-forward \
--metadata-from-file \
"startup-script=${KUBE_ROOT}/cluster/gce/configure-vm.sh" \
"kube-env=${KUBE_TEMP}/master-kube-env.yaml" \