mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 14:14:39 +00:00
fixed problem with non masquerade cidr in kube-up gce/gci
This commit is contained in:
@@ -514,7 +514,7 @@ function start-kubelet {
|
|||||||
fi
|
fi
|
||||||
flags+=" --reconcile-cidr=${reconcile_cidr}"
|
flags+=" --reconcile-cidr=${reconcile_cidr}"
|
||||||
if [[ -n "${NON_MASQUERADE_CIDR:-}" ]]; then
|
if [[ -n "${NON_MASQUERADE_CIDR:-}" ]]; then
|
||||||
flag+=" --non-masquerade-cidr=${NON_MASQUERADE_CIDR}"
|
flags+=" --non-masquerade-cidr=${NON_MASQUERADE_CIDR}"
|
||||||
fi
|
fi
|
||||||
if [[ "${ENABLE_MANIFEST_URL:-}" == "true" ]]; then
|
if [[ "${ENABLE_MANIFEST_URL:-}" == "true" ]]; then
|
||||||
flags+=" --manifest-url=${MANIFEST_URL}"
|
flags+=" --manifest-url=${MANIFEST_URL}"
|
||||||
|
Reference in New Issue
Block a user