I have configured the Kubernetes Dashboard using the aid of an article. However, when I am trying to login using a Token, there is no response.
I can ensure that I have used a valid token. Below is the command that I have used to start the Kubernetes proxy.
kubectl proxy --address 10.128.0.2 --accept-hosts '.*'
Screenshot: Kubernetes Dashboard: No response after adding the correct token