stackabletech / stackabletech/stackablectl
Feature: stackablectl support for kubectl contexts
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 10
- Forks
- 5
- Avg merge
- 4h 41m
- Merged PRs (30d)
- 4
Description
I would like to use stackablectl against multiple clusters without having to change the default kubectl context.
For example, I can do:
kubectl --context cluster-a get pods -A
kubectl --context clister-b get pods -A
I would like to be able to do:
stackablectl --context cluster-a list stacklets
stackablectl --context cluster-b list stacklets
An alternative argument could be --kube-context in case --context is misleading, or it could mean something for stackablectl itself.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the stackablectl CLI entry point and inspect how command-line arguments are defined and how Kubernetes contexts are selected. Use the issue's example command pairs as acceptance checks; done means each command can target its named cluster without changing kubectl's default context, with the option name settled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes, rust
- Domain
- cli, infrastructure
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100