Commit d1668b1d authored by derekwaynecarr's avatar derekwaynecarr

Vagrant should not block on daemons that moved to pods

parent 67814413
...@@ -124,7 +124,7 @@ function verify-cluster { ...@@ -124,7 +124,7 @@ function verify-cluster {
# verify master has all required daemons # verify master has all required daemons
echo "Validating master" echo "Validating master"
local machine="master" local machine="master"
local -a required_daemon=("salt-master" "salt-minion" "kube-apiserver" "nginx" "kube-controller-manager" "kube-scheduler" "kubelet") local -a required_daemon=("salt-master" "salt-minion" "nginx" "kube-controller-manager" "kubelet")
local validated="1" local validated="1"
until [[ "$validated" == "0" ]]; do until [[ "$validated" == "0" ]]; do
validated="0" validated="0"
......
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