1

I have a brand new kubernetes cluster on AKS.

I disabled the addons with the azure-cli as described in documentation:

az aks disable-addons --addons http_application_routing --name myAKSCluster --resource-group myResourceGroup --no-wait

The portal shows no domain associated to the cluster.

But with kubelets I still see all the pods and deployments related to the addon.

I tried to delete deployments and stuff with kubectl, but the deployments recreates themself.

Have anybody experienced the same?

Thanks!

AlbertoB
  • 52
  • 7

1 Answers1

2

there is a known issue with 1.12.6

Unable to disable addons on deployed clusters
AKS Engineering is diagnosing an issue around existing/deployed clusters being unable to disable Kubernetes addons within the addon-manager. When we have identified and repaired the issue we will roll out the required hot fix to all regions.
This impacts all addons including monitoring, http application routing, etc.

https://github.com/Azure/AKS/releases

4c74356b41
  • 69,186
  • 6
  • 100
  • 141