You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
If you want to use multiple clusters in parallel, you can't use banzai cluster shell easily. You could download the configs to files with banzai cluster shell 'cat $KUBECONFIG' >f, but this is not trivial.
Describe the solution you'd like to see
If you execute banzai cluster shell on a cluster which is part of a cluster group, the kubeconfig generated should contain non-default contexts for the other clusters in the group as well.
Describe alternatives you've considered
Provide a dedicated config download command.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
If you want to use multiple clusters in parallel, you can't use banzai cluster shell easily. You could download the configs to files with
banzai cluster shell 'cat $KUBECONFIG' >f
, but this is not trivial.Describe the solution you'd like to see
If you execute
banzai cluster shell
on a cluster which is part of a cluster group, the kubeconfig generated should contain non-default contexts for the other clusters in the group as well.Describe alternatives you've considered
Provide a dedicated config download command.
The text was updated successfully, but these errors were encountered: