Re: [kubernetes-users] Re: How to permanently delete a deployment

2017-12-02 Thread 'Tim Hockin' via Kubernetes user discussion and Q
Alternatively, you can scale it to 0 replicas. On Fri, Dec 1, 2017 at 2:40 PM, Peter Idah wrote: > Hi, > > tiller is deployed in acs-engine as an addon. The kubernetes addon manager > constantly ensures that defined addons are running, so everytime you delete > the tiller

Re: [kubernetes-users] Re: How to permanently delete a deployment

2017-12-01 Thread Peter Idah
Hi, tiller is deployed in acs-engine as an addon. The kubernetes addon manager constantly ensures that defined addons are running, so everytime you delete the tiller deployment object via the kubernetes API, the addon manager automatically re-creates it again within a few seconds. In acs-engine

Re: [kubernetes-users] Re: How to permanently delete a deployment

2017-12-01 Thread 'Rohit Agarwal' via Kubernetes user discussion and Q
I don't know much about tiller. But the commands you ran should delete the deployment. If the pod is recreating itself, it maybe because there's something recreating the deployment. For example, if it is deployed as a system addon

[kubernetes-users] Re: How to permanently delete a deployment

2017-12-01 Thread bqualls
On Friday, December 1, 2017 at 3:07:15 PM UTC-6, bqu...@newgistics.com wrote: > I want to delete the instance of tiller running in my cluster. Really, I want > to redeploy tiller. However, tiller won't go away. How can I remove tiller? > > Tiller is running as a daemon-set running in a single