Alternatively, you can scale it to 0 replicas.

On Fri, Dec 1, 2017 at 2:40 PM, Peter Idah <peter.i...@gmail.com> 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 deployment object via the kubernetes API, the addon manager
> automatically re-creates it again within a few seconds.
>
> In acs-engine you can disable the tiller addon by adding this to your
> config:
>
> "kubernetesConfig": {
>     "addons": [
>         {
>             "name": "tiller",
>             "enabled" : false
>         }
>     ]
> }
>
>
> More information on this is available here:
> https://github.com/Azure/acs-engine/blob/master/docs/clusterdefinition.md#kubernetesconfig
>
> Cheers,
> Peter
>
>
> On Fri, Dec 1, 2017 at 9:24 PM, <bqua...@newgistics.com> wrote:
>>
>> mfisher wrote:
>> Also, which cloud provider are you using? I know in certain instances
>> (like on ACS) tiller is deployed through their addon manager, and this
>> manifested in a bug. See https://github.com/Azure/ACS/issues/55 for more
>> background on that one.
>>
>> I created the cluster via acs-engine.  Accourding to
>> https://github.com/Azure/ACS/issues/55, acs-engine deploys tiller as a
>> cluster service, so Kuberentes doesn't allow updates through the kubernetes
>> api.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Kubernetes user discussion and Q&A" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to kubernetes-users+unsubscr...@googlegroups.com.
>> To post to this group, send email to kubernetes-users@googlegroups.com.
>> Visit this group at https://groups.google.com/group/kubernetes-users.
>> For more options, visit https://groups.google.com/d/optout.
>
>
>
>
> --
> Sign-up to receive updates on my upcoming book – DevOps 101 now! –
> http://www.DevOps101.com
>
> --
> You received this message because you are subscribed to the Google Groups
> "Kubernetes user discussion and Q&A" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to kubernetes-users+unsubscr...@googlegroups.com.
> To post to this group, send email to kubernetes-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/kubernetes-users.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to