Delete sidecar injection as follows:
$ kubectl delete -f install/kubernetes/istio-sidecar-injector-with-ca-bundle.yaml
Delete sidecar injection certificates as follows:
$ kubectl -n istio-system delete secret sidecar-injector-certs
Delete the CSR as follows:
$ kubectl delete csr istio-sidecar-injector.istio-system
Remove the default
namespace injection label as follows:
$ kubectl label namespace default istio-injection-
Tear down Istio as follows:
$ kubectl delete -f install/kubernetes/istio.yaml
As usual:
$ minikube stop