I am facing this really weird behavior. Kubectl suddently started asking for uid/pwd.
Even when I enter it, it asks for it several times (see first command)
and sometimes gives results that make no sense e.g. claims there are no pods running (see second command)
what am I doing wrong?
root@ip-x-x-x-x:~# kubectl cluster-info
Please enter Username: admin
Please enter Password: ********************************
Please enter Username: admin
Please enter Password: ********************************
Please enter Username: admin
Please enter Password: ********************************
To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.
root@ip-x-x-x-x:~# kubectl cluster-info
Please enter Username: ^C
root@ip-x-x-x-x:~# kubectl get pods
Please enter Username: admin
Please enter Password: ********************************
Please enter Username: admin
Please enter Password: ********************************
No resources found.