DEV Community

Discussion on: Setup of a Local Kubernetes and Istio Dev Environment

Collapse
 
crackitty profile image
Charlie Roche • Edited

Hey, nice article, just wanted to point out that since 1.1.2 Istio crds are no longer where you mention so the line:

kubectl apply -f install/kubernetes/helm/istio/templates/crds.yaml

should be

kubectl apply -f install/kubernetes/helm/istio-init/files

Also, for the Kiali part, that has changed in the meantime and now the install is:

bash <(curl -L https://git.io/getLatestKialiOperator)