Skip to content

Commit

Permalink
fixed problem with non masquerade cidr in kube-up gce/gci
Browse files Browse the repository at this point in the history
  • Loading branch information
tommywo committed Oct 21, 2016
1 parent c07c73e commit 1d08586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/gce/gci/configure-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ function start-kubelet {
fi
flags+=" --reconcile-cidr=${reconcile_cidr}"
if [[ -n "${NON_MASQUERADE_CIDR:-}" ]]; then
flag+=" --non-masquerade-cidr=${NON_MASQUERADE_CIDR}"
flags+=" --non-masquerade-cidr=${NON_MASQUERADE_CIDR}"
fi
if [[ "${ENABLE_MANIFEST_URL:-}" == "true" ]]; then
flags+=" --manifest-url=${MANIFEST_URL}"
Expand Down

0 comments on commit 1d08586

Please sign in to comment.