通过 eksctl 创建后,我在 Amazon EKS 下看不到我的集群

I do not see my cluster under Amazon EKS after creation via eksctl

我使用 eksctl 脚本创建了一个 Amazone EKS 集群。创建没问题,但我在 Amazone EKS 服务集群页面中看不到任何集群,也看不到任何 EC2 实例。 有什么问题吗?!

2021-03-18 11:03:10 [ℹ]  waiting for the control plane availability...
2021-03-18 11:03:10 [✔]  saved kubeconfig as "/root/.kube/config"
2021-03-18 11:03:10 [ℹ]  no tasks
2021-03-18 11:03:10 [✔]  all EKS cluster resources for "test-cluster" have been created
2021-03-18 11:03:10 [ℹ]  adding identity "arn:aws:iam::<aws_client_id>:role/eksctl-test-cluster-nodegroup-lin-NodeInstanceRole-Y6JRBHNK5M7I" to auth ConfigMap
2021-03-18 11:03:10 [ℹ]  nodegroup "linux-node" has 0 node(s)
2021-03-18 11:03:10 [ℹ]  waiting for at least 2 node(s) to become ready in "linux-node"
2021-03-18 11:03:42 [ℹ]  nodegroup "linux-node" has 2 node(s)
2021-03-18 11:03:42 [ℹ]  node "ip-192-xxx-xx-xxx.eu-central-1.compute.internal" is ready
2021-03-18 11:03:42 [ℹ]  node "ip-192-xxx-xx-xxx.eu-central-1.compute.internal" is ready
2021-03-18 11:03:43 [ℹ]  kubectl command should work with "/root/.kube/config", try 'kubectl get nodes'
2021-03-18 11:03:43 [✔]  EKS cluster "test-cluster" in "eu-central-1" region is ready

我偶尔会在指向错误区域时查看 AWS 控制台中的资源,但没有看到我预期的任何资源。 从您的 运行 看来,您在 "eu-central-1" 中创建了集群。确保您在 AWS 控制台中指向正确的区域。