我在AKS上拥有一个全新的kubernetes集群。

documentation中所述,我用azure-cli禁用了插件:

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

该门户网站没有显示与集群关联的域。

但是,通过kubelet,我仍然可以看到与插件相关的所有pod和部署。

我尝试使用kubectl删除部署和内容,但是部署会重新创建它们。

有人经历过吗?

谢谢!

最佳答案

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

关于azure - Azure AKS-我禁用了addon-http-application-routing,但pod,部署,服务和其他东西一直在群集中,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/55417264/

10-10 04:36