Commit ad823fce authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #52725 from loburm/fix-heapster-network

Automatic merge from submit-queue (batch tested with PRs 51081, 52725). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.. Fix mistype that causes breakage of e2e test. **What this PR does / why we need it**: Mistype in the configuration that breaks configuration with special heapster node. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # Fixes #52496.
parents 7ca9ec79 a57ba588
...@@ -1345,7 +1345,7 @@ function create-heapster-node() { ...@@ -1345,7 +1345,7 @@ function create-heapster-node() {
local network=$(make-gcloud-network-argument \ local network=$(make-gcloud-network-argument \
"${NETWORK_PROJECT}" \ "${NETWORK_PROJECT}" \
"${REGION}" \ "${REGION}" \
"${NETWORK}" "${NETWORK}" \
"${SUBNETWORK:-}" \ "${SUBNETWORK:-}" \
"" \ "" \
"${ENABLE_IP_ALIASES:-}" \ "${ENABLE_IP_ALIASES:-}" \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment