Unable to configure the Kubernetes Dashboard in GCP using Compute Engine

1/11/2020

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

-- DAZITH
google-cloud-platform
google-compute-engine
kubernetes
kubernetes-dashboard

0 Answers