我想要为 AKS 群集安装 Cluster Autoscaler手动(不启用集群自动缩放)但它不起作用。
我尝试了很多方法:使用 helm chart,使用 yaml 文件,但都没有用。
我在这里参考了一些例子:
https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/azure/examples/cluster-autoscaler-vmss.yaml
https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/azure/examples/cluster-autoscaler-aks.yaml
https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/azure/examples/cluster-autoscaler-autodiscover.yaml
我检查了集群自动缩放器 pod 的日志,它有以下消息:
扩展失败:无法计算总资源:没有节点信息:agentpool
有没有什么办法可以解决这个问题?