Commit f2de7b4d authored by Zach Loafman's avatar Zach Loafman

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.
parent efcde725
...@@ -537,6 +537,7 @@ function kube-up { ...@@ -537,6 +537,7 @@ function kube-up {
--tags "${MASTER_TAG}" \ --tags "${MASTER_TAG}" \
--network "${NETWORK}" \ --network "${NETWORK}" \
--scopes "storage-ro" "compute-rw" \ --scopes "storage-ro" "compute-rw" \
--can-ip-forward \
--metadata-from-file \ --metadata-from-file \
"startup-script=${KUBE_ROOT}/cluster/gce/configure-vm.sh" \ "startup-script=${KUBE_ROOT}/cluster/gce/configure-vm.sh" \
"kube-env=${KUBE_TEMP}/master-kube-env.yaml" \ "kube-env=${KUBE_TEMP}/master-kube-env.yaml" \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment