Commit fae8bf20 authored by Satnam Singh's avatar Satnam Singh

Merge pull request #5467 from zmerlynn/add_ip_forward_to_master

Add --can-ip-forward to master instance
parents 579edee4 f2de7b4d
...@@ -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