mirror of https://github.com/k3s-io/k3s
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
parent
efcde725cc
commit
f2de7b4dcc
|
@ -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" \
|
||||
|
|
Loading…
Reference in New Issue