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

Contexts removed from kubeconfig is not updated #2541

Open
yolossn opened this issue Nov 7, 2024 · 1 comment · May be fixed by #2570
Open

Contexts removed from kubeconfig is not updated #2541

yolossn opened this issue Nov 7, 2024 · 1 comment · May be fixed by #2570
Assignees
Labels
backend Issues related to the backend bug Something isn't working
Milestone

Comments

@yolossn
Copy link
Contributor

yolossn commented Nov 7, 2024

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:

  1. Start Headlamp
  2. Add a new context to the kubeconfig file and refresh headlamp
  3. The context shows up in the UI
  4. Remove out a context from the kubeconfig file and refresh headlamp
  5. The removed context still shows up in the UI
@yolossn yolossn added the bug Something isn't working label Nov 7, 2024
@yolossn yolossn added the backend Issues related to the backend label Nov 7, 2024
@dosubot dosubot bot added the frontend Issues related to the frontend label Nov 7, 2024
@yolossn yolossn removed the frontend Issues related to the frontend label Nov 7, 2024
@knrt10
Copy link
Contributor

knrt10 commented Nov 14, 2024

I am able to reproduce this issue, fixing it

@knrt10 knrt10 self-assigned this Nov 14, 2024
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 knrt10 linked a pull request Nov 14, 2024 that will close this issue
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]>
@joaquimrocha joaquimrocha added this to the v0.27.0 milestone Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Issues related to the backend bug Something isn't working
Projects
Development

Successfully merging a pull request may close this issue.

3 participants