Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f894cbb

Browse files
author
Kubernetes Submit Queue
authored
Merge pull request kubernetes#35605 from stepstone-tech/automated-cherry-pick-of-#35267-upstream-release-1.3
Automatic merge from submit-queue Automated cherry pick of kubernetes#35267 <!-- Thanks for sending a pull request! Here are some tips for you: 1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md and developer guide https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md 2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/faster_reviews.md 3. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes --> Automated cherry pick of kubernetes#35267 **What this PR does / why we need it**: **Which issue this PR fixes** _(optional, in `fixes #<issue number>(, #<issue_number>, ...)` format, will close that issue when PR gets merged)_: fixes # **Special notes for your reviewer**: **Release note**: <!-- Steps to write your release note: 1. Use the release-note-* labels to set the release note state (if you have access) 2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`. -->
2 parents 45d8b0f + 38e31e9 commit f894cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/gce/gci/configure-helper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ function start-kubelet {
454454
fi
455455
flags+=" --reconcile-cidr=${reconcile_cidr}"
456456
if [[ -n "${NON_MASQUERADE_CIDR:-}" ]]; then
457-
flag+=" --non-masquerade-cidr=${NON_MASQUERADE_CIDR}"
457+
flags+=" --non-masquerade-cidr=${NON_MASQUERADE_CIDR}"
458458
fi
459459
if [[ "${ENABLE_MANIFEST_URL:-}" == "true" ]]; then
460460
flags+=" --manifest-url=${MANIFEST_URL}"

0 commit comments

Comments
 (0)