Hi,
I’m deploying a new kubernetes cluster with istio but setup seem to fail.
Kubernetes v1.16.2 and istio v1.3.4
root@ksys01a:~/k8s/istio-1.3.4# kubectl -n istio-system get pods
NAME READY STATUS RESTARTS AGE
istio-init-crd-10-1.3.4-lfvvs 1/1 Running 0 3m20s
istio-init-crd-11-1.3.4-cqdhl 0/1 Completed 0 3m20s
istio-init-crd-12-1.3.4-4vjhj 0/1 Error 2 3m20s
tiller-deploy-599959fb5d-cxxgr 1/1 Running 0 25m
root@ksys01a:~/k8s/istio-1.3.4# kubectl -n istio-system get pods
NAME READY STATUS RESTARTS AGE
istio-init-crd-10-1.3.4-lfvvs 1/1 Running 0 8m34s
istio-init-crd-11-1.3.4-cqdhl 0/1 Completed 0 8m34s
istio-init-crd-12-1.3.4-4vjhj 1/1 Running 5 8m34s
tiller-deploy-599959fb5d-cxxgr 1/1 Running 0 30m
root@ksys01a:~/k8s/istio-1.3.4# kubectl -n istio-system get pods
NAME READY STATUS RESTARTS AGE
istio-init-crd-10-1.3.4-lfvvs 1/1 Running 1 12m
istio-init-crd-11-1.3.4-cqdhl 0/1 Completed 0 12m
tiller-deploy-599959fb5d-cxxgr 1/1 Running 0 34m
root@ksys01a:~/k8s/istio-1.3.4# kubectl get crds | grep 'istio.io' | wc -l
22
How i can check the missing crd 22/23?
Thanks