Wait for node read in validate-cluster.sh

This change should help stabilize testing cluster reboot on an
overloaded host/VM.

Change-Id: I7a6928b6e645e5dbe75c8b26dc20a7408f0fb1c2
This commit is contained in:
Mark Burnett 2017-11-22 10:04:06 -06:00
parent 9716720542
commit 6a70f6de80

View File

@ -3,5 +3,6 @@
wait_for_kubernetes_api
for node in $(kubectl get nodes -o name | cut -d / -f 2); do
wait_for_node_ready $node 180
validate_kubectl_logs $node
done