【发布时间】:2018-10-01 19:49:27
【问题描述】:
我在 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 存储桶上我找到了配置,所以似乎是读取问题。 有人遇到这个问题吗?任何想法如何解决它? 谢谢
【问题讨论】:
标签: amazon-web-services amazon-s3 kubernetes kops