Open NickLarsenNZ opened 8 months ago
Shell completion is a must, so you can do:
stackablectl --context clus<TAB>
stackablectl --context cluster-<TAB>
cluster-a
cluster-b
same as kubectl
This would come in handy for spinning up multiple Replicated clusters, and running tests against each in parallel.
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.