-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
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 -AI would like to be able to do:
stackablectl --context cluster-a list stacklets
stackablectl --context cluster-b list stackletsAn alternative argument could be --kube-context in case --context is misleading, or it could mean something for stackablectl itself.