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

Support for kcp workspace navigation #61

Open
embik opened this issue May 15, 2024 · 0 comments
Open

Support for kcp workspace navigation #61

embik opened this issue May 15, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@embik
Copy link
Owner

embik commented May 15, 2024

kcp has a unit of isolation called "workspace", which is essentially a virtual Kubernetes API sever on a specific subpath of the URL.

Support for it could do a couple of things that kubectl-workspace, the current official kubectl plugin, can't do yet:

  • keep track of the "base url" as metadata.
  • allow to list and switch workspaces.
  • have better context naming than kubectl-workspace, which uses the context name as a marker for "current" and "previous" contexts.

Some of this I'd expect to upstream into the plugin at some point (if other maintainers agree), but kubeconfig-bikeshed can be a second implementation and/or playground to try things out.

@embik embik added the enhancement New feature or request label May 15, 2024
@embik embik added this to the v0.4 milestone May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant