diff options
-rwxr-xr-x | src/vagrant/kubeadm_istio/istio/deploy.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vagrant/kubeadm_istio/istio/deploy.sh b/src/vagrant/kubeadm_istio/istio/deploy.sh index 7620e2b..4217807 100755 --- a/src/vagrant/kubeadm_istio/istio/deploy.sh +++ b/src/vagrant/kubeadm_istio/istio/deploy.sh @@ -38,6 +38,9 @@ source ~/.bashrc # Install Istio’s Custom Resource Definitions first kubectl apply -f install/kubernetes/helm/istio/templates/crds.yaml +# Wait 30s for Kubernetes to register the Istio CRDs +sleep 30 + kubectl apply -f install/kubernetes/istio-demo.yaml # Validate the installation |