Fixed detection of master during creation of multizone nodes.
Fixed detection of master during creation of multizone nodes.
This commit is contained in:
@@ -596,6 +596,7 @@ function kube-up() {
|
|||||||
set_num_migs
|
set_num_migs
|
||||||
|
|
||||||
if [[ ${KUBE_USE_EXISTING_MASTER:-} == "true" ]]; then
|
if [[ ${KUBE_USE_EXISTING_MASTER:-} == "true" ]]; then
|
||||||
|
detect-master
|
||||||
parse-master-env
|
parse-master-env
|
||||||
create-nodes
|
create-nodes
|
||||||
elif [[ ${KUBE_REPLICATE_EXISTING_MASTER:-} == "true" ]]; then
|
elif [[ ${KUBE_REPLICATE_EXISTING_MASTER:-} == "true" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user