Am running windows powershell and have kubectl installed to talk to my EKS clusters. However, some kubectl commands work but for example when I run "kubectl cluster-info
" I get this error:
E0206 23:30:33.986084 3036 memcache.go:265] "Unhandled Error" err="couldn't get current server API group list: the server has asked for the client to provide credentials"
Can anyone help out here? I have set the context correctly to my cluster. OK, so this is a credentials issue but where do I start?
Thanks in advance - D