gke - service mesh installation failed
Got this weird error message here:-
And you need to check by running the following command
kubectl describe controlplanerevision -n istio-system
Looking at the type = reconciled that means that's good.
Amd then when i run istio samples helloworld.yaml, these pods are created with istio side car
References
https://cloud.google.com/service-mesh/docs/troubleshooting/troubleshoot-ui-onboarding?authuser=1&hl=en&_gl=1*4d0rwh*_ga*MTgzNzIzNDc4NC4xNzM2MjY5NjQ1*_ga_WH2QY8WWF5*MTc0MjkxNjM0Ny42Ni4xLjE3NDI5MTk3NjQuNTEuMC4w
Comments