summaryrefslogtreecommitdiffstats
path: root/src/vagrant/kubeadm_istio/istio/bookinfo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/vagrant/kubeadm_istio/istio/bookinfo.sh')
-rwxr-xr-xsrc/vagrant/kubeadm_istio/istio/bookinfo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vagrant/kubeadm_istio/istio/bookinfo.sh b/src/vagrant/kubeadm_istio/istio/bookinfo.sh
index b61ea4e..cc09167 100755
--- a/src/vagrant/kubeadm_istio/istio/bookinfo.sh
+++ b/src/vagrant/kubeadm_istio/istio/bookinfo.sh
@@ -30,9 +30,9 @@ kubectl get pods
r="0"
while [ $r -ne "6" ]
do
+ sleep 30
kubectl get pods
r=$(kubectl get pods | grep Running | wc -l)
- sleep 60
done
# Validate the bookinfo app