The username is saved as `kube:admin`, trying to log in with the saved user will fail because ``` kube:admin is invalid for basic auth ``` The only way is to add `kubeadmin` as a new user, which is going to, again be saved as `kube:admin`.
The username is saved as
kube:admin, trying to log in with the saved user will fail becauseThe only way is to add
kubeadminas a new user, which is going to, again be saved askube:admin.