Я создал кластер Kubernetes на экземпляре EC2 в AWS, используя KOPS. Во время настройки выскакивает сообщение об ошибке - PullRequest
0 голосов
/ 26 февраля 2020
#the command I used to create the cluster

kops create cluster --cloud=aws --zones=us-east-1a                                                                                                                                                              
 --name=useast1.k8s.fg-am-53-deptt.vpc --dns-zone=fg-am-53.us-east-1.aws.cloud.b                                                                                                                                                             
 mw --dns private

#For configuring the cluster,

kops update cluster useast1.k8s.fg-am-53-deptt.vpc --yes

Во время настройки отображается сообщение об ошибке:

error creating VPC: UnauthorizedOperation: You are not authorized to perform this operation.
        status code: 403, request id: 7efa78a1-4f43-4b8b-9385-282ce53b824c

Обратите внимание, у меня есть все политики, необходимые для кластера, особенно в моих ролях IAM (AmazonVPCaccess).

...