From 37e8c639239ca83e11c5f378b501adb9e673fcc3 Mon Sep 17 00:00:00 2001 From: QiLiang Date: Tue, 20 Mar 2018 17:33:01 +0800 Subject: Tiny fix for istio scenario - disable user interactive when clean_bookinfo - run sleep before status check to save ci varify time Change-Id: I6072b85c3c941af30263101a3d4dca0537abf1fc Signed-off-by: QiLiang --- src/vagrant/kubeadm_istio/istio/clean_bookinfo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vagrant/kubeadm_istio/istio/clean_bookinfo.sh') diff --git a/src/vagrant/kubeadm_istio/istio/clean_bookinfo.sh b/src/vagrant/kubeadm_istio/istio/clean_bookinfo.sh index b5bfc08..ede825f 100755 --- a/src/vagrant/kubeadm_istio/istio/clean_bookinfo.sh +++ b/src/vagrant/kubeadm_istio/istio/clean_bookinfo.sh @@ -21,7 +21,7 @@ cd /vagrant/istio-source/ export PATH=$PWD/bin:$PATH # Clean up bookinfo -samples/bookinfo/kube/cleanup.sh +echo "" | samples/bookinfo/kube/cleanup.sh istioctl get routerules kubectl get pods -- cgit 1.2.3-korg