We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to use stackablectl against multiple clusters without having to change the default kubectl context.
stackablectl
kubectl
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.
--kube-context
--context
The text was updated successfully, but these errors were encountered:
Shell completion is a must, so you can do:
stackablectl --context clus<TAB> stackablectl --context cluster-<TAB> cluster-a cluster-b
same as kubectl
Sorry, something went wrong.
This would come in handy for spinning up multiple Replicated clusters, and running tests against each in parallel.
No branches or pull requests
I would like to use
stackablectl
against multiple clusters without having to change the defaultkubectl
context.For example, I can do:
I would like to be able to do:
An alternative argument could be
--kube-context
in case--context
is misleading, or it could mean something for stackablectl itself.The text was updated successfully, but these errors were encountered: