Cleaning up
First, let’s remove the namespaces from this chapter and the Argo installation:
$ kubectl delete namespace chapter10-prod $ kubectl delete namespace chapter10-dev $ kubectl delete namespace chapter10 $ helm uninstall argo –n argo $ kubectl delete namespace argo
Then, you can stop the minikube cluster with the minikube stop
command.