kubernetes 可能的原因:无法生成AWS EC2示例类型:网站标识错误:无法检索凭据

5jvtdoz2  于 2022-11-02  发布在  Kubernetes
关注(0)|答案(1)|浏览(103)

自动定标器失败,出现以下错误。
here遵循的程序

aws_cloud_provider.go:369] Failed to generate AWS EC2 Instance Types: WebIdentityErr: failed to retrieve credentials

cluster autoscaler failed to generate aws ec2 instance types: unable to load ec2 instance type list
mo49yndu

mo49yndu1#

"ec2:DescribeInstanceTypes"权限添加到您的<AmazonEKSClusterAutoscalerPolicy> IAM策略。然后重新启动Autoscaller部署。

kubectl -n kube-system rollout restart deployment.apps/cluster-autoscaler

这对我很有效。

相关问题