You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Start Headlamp
Add a new context to the kubeconfig file and refresh headlamp
The context shows up in the UI
Remove out a context from the kubeconfig file and refresh headlamp
The removed context still shows up in the UI
The text was updated successfully, but these errors were encountered:
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]>
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]>
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: