Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail trying to reach dashboard #66

Open
devleejb opened this issue Mar 17, 2024 · 2 comments
Open

Fail trying to reach dashboard #66

devleejb opened this issue Mar 17, 2024 · 2 comments

Comments

@devleejb
Copy link

When run kubectl proxy and access http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/#/login, below error occurs.

{
  "kind": "Status",
  "apiVersion": "v1",
  "metadata": {},
  "status": "Failure",
  "message": "error trying to reach service: dial tcp 10.85.0.2:8443: connect: connection refused",
  "reason": "ServiceUnavailable",
  "code": 503
}

Is there any other solution?

@mlkiefer
Copy link

mlkiefer commented Apr 3, 2024

I had the same error. It fixed itself when I killed the dashboard-metrics-scraper and kubernetes-dasbhboard pods. The ones that came up afterwards work fine

@viguice
Copy link

viguice commented Apr 9, 2024

Same for me here and works also after killing the pods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants