March 2020
Intermediate to advanced
626 pages
14h 45m
English
Since we already installed Istio from the previous step using the helm template, we need to do a proper cleanup of the existing installation:
$ cd ~/istio-$ISTIO_VERSION$ helm template install/kubernetes/helm/istio --name istio \ --namespace istio-system \ --values install/kubernetes/helm/istio/values-istio-demo.yaml |\ kubectl delete -f -
The helm install consists of two tasks:
$ cd ~/istio-$ISTIO_VERSION/install/kubernetes/helm$ helm install ./istio-init ...
Read now
Unlock full access