mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +00:00
Merge pull request #6892 from derekwaynecarr/fix_vagrant
Vagrant should not block on daemons that moved to pods
This commit is contained in:
commit
2823576194
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user