Commit 527d502b authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #38617 from jszczepkowski/multizone-fix

Automatic merge from submit-queue Fixed detection of master during creation of multizone nodes cluster. ```release-note Fixed detection of master during creation of multizone nodes cluster by kube-up. ``` Fixed detection of master during creation of multizone nodes cluster by kube-up.
parents 0a0294ca b01e3c1e
......@@ -596,6 +596,7 @@ function kube-up() {
set_num_migs
if [[ ${KUBE_USE_EXISTING_MASTER:-} == "true" ]]; then
detect-master
parse-master-env
create-nodes
elif [[ ${KUBE_REPLICATE_EXISTING_MASTER:-} == "true" ]]; then
......
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