Azure AKS - 我禁用了addon-http-application-routing,但是pod,部署,服务和东西都在集群中

问题描述 投票:1回答:1

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

我按照documentation中的描述禁用了azure-cli的插件:

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

门户网站不显示与群集关联的域。

但是对于kubelets,我仍然可以看到与插件相关的所有pod和部署。

我尝试使用kubectl删除部署和内容,但部署重新创建了自己。

有谁经历过同样的经历?

谢谢!

azure kubernetes azure-container-service azure-kubernetes azure-aks
1个回答
2
投票

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

© www.soinside.com 2019 - 2024. All rights reserved.