diff options
Diffstat (limited to 'src/vagrant/kubeadm_istio/istio')
-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 84af41b..7620e2b 100755 --- a/src/vagrant/kubeadm_istio/istio/deploy.sh +++ b/src/vagrant/kubeadm_istio/istio/deploy.sh @@ -35,6 +35,9 @@ echo 'export PATH="$PATH:/vagrant/istio-source/bin"' >> ~/.bashrc echo "source <(kubectl completion bash)" >> ~/.bashrc source ~/.bashrc +# Install Istio’s Custom Resource Definitions first +kubectl apply -f install/kubernetes/helm/istio/templates/crds.yaml + kubectl apply -f install/kubernetes/istio-demo.yaml # Validate the installation |