how to delete tiller from kubernetes cluster

前端 未结 6 2071

Tiller is not working properly in my kubernetes cluster. I want to delete everything Tiller. Tiller (2.5.1) has 1 Deployment, 1 ReplicaSet and 1 Pod.

I tried:

6条回答
  •  一整个雨季
    2021-02-03 17:40

    You can also try below command

    kubectl delete deployment tiller-deploy --namespace kube-system
    

提交回复
热议问题