我在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存储桶上我找到了配置,所以似乎是它的读取问题。 有人面对这个问题吗?任何想法如何解决? 感谢
答案 0 :(得分:0)
RequestTimeout:在超时期限内未读取或写入与服务器的套接字连接。空闲连接将被关闭。
此错误表示您从已安装kops的位置访问AWS S3时遇到问题 确保您可以访问S3并重试或尝试从其他地方执行此操作。