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

feature: enable me to work with more than one system #307

Open
1 task
MikeSpreitzer opened this issue Dec 31, 2024 · 0 comments
Open
1 task

feature: enable me to work with more than one system #307

MikeSpreitzer opened this issue Dec 31, 2024 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed priority/low Higher priority than priority/awaiting-more-evidence.

Comments

@MikeSpreitzer
Copy link
Contributor

Feature Description

I switch between multiple distributed systems. One is a triple of OCP clusters on the IBM Cloud. Another is my work testing KubeStellar PRs, which is done with triples of Kind clusters or k3s clusters. I would like to be able to set up a set of kubeconfig contexts for each system, coexisting concurrently. kflex ctx $cp_name is not quite up to the task, because it names several sorts of entries in the kubeconfig based on the $cp_name: a context, a cluster, and a user. kubectl config rename-context is a thing, but renaming a cluster and a user is not. I could do the edits by hand, but that is tedious and easy to mess up.

Proposed Solution

Add an option on kflex ctx $cp_name that conveys an alternative to $cp_name to use in the names of the cluster, user, and context.

Want to contribute?

  • I would like to work on this issue.

Additional Context

No response

@pdettori pdettori added help wanted Extra attention is needed good first issue Good for newcomers priority/low Higher priority than priority/awaiting-more-evidence. labels Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed priority/low Higher priority than priority/awaiting-more-evidence.
Projects
None yet
Development

No branches or pull requests

2 participants