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