Skip to content

Commit

Permalink
Add --can-ip-forward to master instance
Browse files Browse the repository at this point in the history
Another piece missing in
kubernetes#5390. The
master should have --can-ip-forward if you're routing to it.
  • Loading branch information
zmerlynn authored and akram committed Apr 4, 2015
1 parent 65f76f7 commit de7b769
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cluster/gce/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit de7b769

Please sign in to comment.