我刚刚开始使用Kubernetes,从this tutorial for AWS EKS开始。我几乎已经浏览到页面的底部,直到该命令为止,所有内容均按说明工作。
kubectl get nodes --watch
它从未返回任何响应。成功运行kubectl apply
后的几个小时,仍然没有节点资源。
PS C:\repos\eks-tutorial> kubectl apply -f infrastructure/cloudformation-templates/aws-auth-cm.yaml
configmap/aws-auth created
PS C:\repos\eks-tutorial> kubectl get nodes --all-namespaces
No resources found.
我记得在YAML文件中编辑data.mapRoles.rolearn
值,我的堆栈似乎已经可以使用。
我想念什么?