Merge pull request #5467 from zmerlynn/add_ip_forward_to_master

Add --can-ip-forward to master instance
This commit is contained in:
Satnam Singh 2015-03-13 15:46:46 -07:00
commit fae8bf2080

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" \