与EKS群集交互时,Kubectl不断询问用户名/密码

时间:2019-04-15 09:50:15

标签: amazon-web-services amazon-eks

我正在关注Getting Started with Amazon EKS教程。一切顺利,直到第2步:创建kubeconfig文件时,我必须使用$ kubectl get svc测试我的配置。

我总是渴望提供用户名/密码。无论我输入什么,EKS集群都将对此进行回复:

$ kubectl get svc
Please enter Username: foo
Please enter Password: ***
Error from server (Forbidden): services is forbidden: User "system:anonymous" cannot list resource "services" in API group "" in the namespace "default

在教程中,有人遇到过这个问题吗?

1 个答案:

答案 0 :(得分:0)

我运用了很棒的手段:

  • 卸载/安装 awscli
  • 卸载/安装 kubectl

现在它可以正常工作了。