【发布时间】:2019-10-23 15:19:34
【问题描述】:
当使用eksctl使用AWS EKS创建Kubernetes集群时,进程卡住等待节点加入集群:
nodegroup "my-cluster" has 0 node(s)
waiting for at least 3 node(s) to become ready in “my-cluster”
timed out (after 25m0s) waiting for at least 3 nodes to join the cluster and become ready in "my-cluster"
显示消息,没有任何额外的日志,直到进程最终超时。看起来在幕后,新创建的节点无法与 Kubernetes 集群通信
【问题讨论】:
-
嗨,我知道这是一个旧线程,但我遇到了同样的问题,但我无法解决。我使用来自 (aws.amazon.com/premiumsupport/knowledge-center/…) 的 Cloudformation 模板创建了一个 VPC,并在同一个文档中使用了 config.yaml,但卡在了
'2021-06-08 03:31:30 [ℹ] waiting for requested "EndpointAccessUpdate" in cluster "t3" to succeed'
标签: kubernetes amazon-eks eksctl