mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
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.
This commit is contained in:
commit
527d502b9a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user