PodExecutionRole 配置错误

0

【以下的问题经过翻译处理】 我正在尝试按照入门指南启动一个 EKS pod。

在添加 Fargate 配置文件的步骤中,我收到以下错误。

"Misconfigured PodExecutionRole Trust Policy; Please add the eks-fargate-pods.amazonaws.com Service Principal"

但是它已经被添加到我的信任策略中。所以接下来我不知道该怎么做

{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": { "Service": "eks-fargate-pods.amazonaws.com" }, "Action": "sts:AssumeRole", "Condition": { "ArnLike": { "aws:SourceArn": "arn:aws:<region>:111122223333:fargateprofile/<pod name>/*" } } } ] }

我目前正在按照这个步骤进行操作。

https://docs.aws.amazon.com/eks/latest/userguide/getting-started-console.html

profile picture
专家
已提问 5 个月前7 查看次数
1 回答
0

【以下的回答经过翻译处理】 该问题是我的帐号输入错误导致。现在已经被修正。

profile picture
专家
已回答 5 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则