0

我使用 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
4

1 回答 1

1

我偶尔会在指向错误区域时查看 AWS 控制台中的资源,但没有看到任何资源,正如我所期望的那样。从您的运行来看,您在"eu-central-1". 确保您在 AWS 控制台中指向正确的区域。

于 2021-03-18T11:21:05.617 回答