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
Our setup involves creating a kubernetes context for each test instance (and at times we have dozens). Unfortunately, it appears that Kubernetic only scans the .kube/config file at startup, and so far I haven't found a way to get it to rescan the file short of restarting. Is there any way to force it to reload the config or, failing that, could there be some sort of watcher that detects new contexts and adds them to the menu?
The text was updated successfully, but these errors were encountered:
Our setup involves creating a kubernetes context for each test instance (and at times we have dozens). Unfortunately, it appears that Kubernetic only scans the
.kube/config
file at startup, and so far I haven't found a way to get it to rescan the file short of restarting. Is there any way to force it to reload the config or, failing that, could there be some sort of watcher that detects new contexts and adds them to the menu?The text was updated successfully, but these errors were encountered: