我已经按照文档提出了一个EKS集群,该集群表示要在某些策略中发挥服务作用.
https://docs.aws.amazon.com/eks/latest/userguide/eks-ug.pdf
To create your Amazon EKS service role
1. Open the IAM console at https://console.aws.amazon.com/iam/.
2. Choose Roles, then Create role.
3. Choose EKS from the list of services, then Allows Amazon EKS to manage your clusters on your behalf for your use case, then Next: Permissions.
4. Choose Next: Review.
5. For Role name, enter a unique name for your role, such as eksServiceRole, then choose Create role.
Run Code Online (Sandbox Code Playgroud)
当我创建一个基本的hello world应用程序时,它会抛出AccessDenied错误.
Error creating load balancer (will retry): failed to …Run Code Online (Sandbox Code Playgroud)