Fixed detection of master during creation of multizone nodes.

Fixed detection of master during creation of multizone nodes.
This commit is contained in:
Jerzy Szczepkowski 2016-12-12 15:46:39 +01:00
parent b2047ad4a5
commit b01e3c1e17

View File

@ -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