-
Notifications
You must be signed in to change notification settings - Fork 302
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
Helm Dashboard UI not accessible #557
Comments
Try erasing whatever you have in your URL from local experiments and start with clean URL. |
I've tried that also. If I clean-up the url and just have
Have also tried Reset Cache option, but no help |
The way it works inside is: it tries to get the default cluster from your kubeconfig, or takes the first one. |
Also mind the browser cache, which sometimes is a bit stubborn after change |
I have tried clearing all cookies and cache, but nothing worked. |
Fairly, I ran out of ideas what can be wrong there. Feel free to use older version if 2.x does not work for you. |
Using v1.3.3 binary, the issue no longer exists on my end and I'm able to see all the list of clusters in the expected manner. |
Description
Since I updated to the latest version, my helm dashboard UI has stopped working and I'm getting an error which I'm not able to understand.
It's giving a 500 error for the /api/helm/releases GET API call. But when I use the REST API calls through the swagger docs, it is working as expected. Also, not sure why is it not referencing to the default set cluster
arn:aws:eks:us-east-2:xxxxxxxxxxx:cluster/xyz-cluster
, instead just referringarn:aws:eks:us-east-2:xxxxxxxxxxxxx:cluster
Attaching screenshots for more reference
Can you please look into this issue and help. Thanks
Screenshots
Additional information
No response
The text was updated successfully, but these errors were encountered: