-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Enable to switch context when kubeconfig used for login #4522
Comments
/assign shu-mutou |
That looks really interesting. How about adding an option to local settings on settings view to add new API server config. We could ping it before adding to see if it's up. Then on settings view we could switch contexts and trigger re-login. Also, it would be good to show available contexts on the login view. |
Nice idea! Added config editor with validation to this spec. |
Is it possible we could have an all-clusters option, kinda like all namespaces that shows an aggregated view as well? |
@ivelichkovich |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/lifecycle frozen |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/lifecycle frozen |
What would you like to be added
server
forcluster
in kubeconfig into cookie. @shu-mutou Enable to switch context in kubeconfig #4534server
in each request. @shu-mutou Enable to switch context in kubeconfig #4534sidecarHost
forcluster
in kubeconfig into cookie. @shu-mutou Enable to switch context in kubeconfig #4534Or for only
server
andsidecarHost
.Into login view and local setting view.
All Cluster
optionWhy is this needed
To enable to switch context from browser, rather than switching by
kubectl proxy
.Comments
The text was updated successfully, but these errors were encountered: