kops 无法更新 aws 集群。请求超时

kops can't update aws cluster. RequestTimeout

我对 aws 上的 k8s 集群有疑问。 我试图在 aws 上创建集群。 第一步是创作:

kops create cluster --name=kubernetes.xarva.stream --state=s3://kops-bucket-pnz-se-kube1 --node-count=2 --node-size=t2.micro --master-size=t2.micro --dns-zone=kubernetes.xarva.stream --zones=eu-central-1a

并顺利完成。但是当我尝试使用以下命令更新集群时:

kops update cluster kubernetes.xarva.stream --state=s3://kops-b                                                                                        ucket-pnz-se-kube1 --yes

我收到这个错误:

error writing completed cluster spec: error writing configuration file s3://kops                                                                                        -bucket-pnz-se-kube1/kubernetes.xarva.stream/cluster.spec: error writing s3://ko                                                                                        ps-bucket-pnz-se-kube1/kubernetes.xarva.stream/cluster.spec: RequestTimeout: You                                                                                        r socket connection to the server was not read from or written to within the tim                                                                                        eout period. Idle connections will be closed.
    status code: 400, request id: 2***********3, host id: *********************************************6 

我在 s3 存储桶上找到了配置,看来它是读取问题。 有人遇到这个问题吗?任何想法如何解决它? 谢谢

RequestTimeout: Your socket connection to the server was not read from or written to within the timeout period. Idle connections will be closed.

此错误表明您在从安装 kops 的地方访问 AWS S3 时遇到问题。
请确保您有权访问 S3 并重试或尝试从其他地方执行此操作。