Did you know that you can navigate the posts by swiping left and right?
How to delete helm tiller from k8s cluster
Sometime, tiller is not working properly in k8s cluster and we want to delete evething Tiller. Tiller has 1 Deployment, 1 ReplicasSet and 1 Pod.
To uninstall tiller from a kubernetes cluster
helm reset
To delete failed tiller from a kubernetes cluster
helm reset --force