-
Notifications
You must be signed in to change notification settings - Fork 183
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
Contexts removed from kubeconfig is not updated #2541
Milestone
Comments
I am able to reproduce this issue, fixing it |
knrt10
added a commit
that referenced
this issue
Nov 14, 2024
When a context was being added and removed from KUBECONFIG file, it was still visible in UI. This removes the cluster from store and returns correct list of clusters. Fixes #2541 Signed-off-by: Kautilya Tripathi <[email protected]>
knrt10
added a commit
that referenced
this issue
Nov 19, 2024
When a context was being added and removed from KUBECONFIG file, it was still visible in UI. This removes the cluster from store and returns correct list of clusters. Fixes #2541 Signed-off-by: Kautilya Tripathi <[email protected]>
not sure if there was a step I missed but when adding another context and refreshing it errored out and didnt render any data for any of the normal resources |
also I did not add another user or another cluster field, was able to get it to render and delete in the UI by doing just the context above |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Headlamp watches for changes in the kubeconfigs to keep the contexts in sync with the ones in the kubeconfig files. When a context is added it is reflecting in the UI but when a cluster is removed it is still showing up.
To Reproduce
Steps to reproduce the bug:
The text was updated successfully, but these errors were encountered: