summaryrefslogtreecommitdiffstats
path: root/src/vagrant/kubeadm_istio/istio/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/vagrant/kubeadm_istio/istio/deploy.sh')
-rwxr-xr-xsrc/vagrant/kubeadm_istio/istio/deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vagrant/kubeadm_istio/istio/deploy.sh b/src/vagrant/kubeadm_istio/istio/deploy.sh
index 3dd1426..4abc856 100755
--- a/src/vagrant/kubeadm_istio/istio/deploy.sh
+++ b/src/vagrant/kubeadm_istio/istio/deploy.sh
@@ -59,8 +59,8 @@ kubectl get namespace -L istio-injection
r="1"
while [ $r -ne "0" ]
do
+ sleep 30
kubectl get pods -n istio-system
r=$(kubectl get pods -n istio-system | egrep -v 'NAME|Running' | wc -l)
- sleep 60
done