kubectl-env should provide all relevant kubeconfigs (seed, control plane, shoot, garden) #72
Labels
component/gardenctl
Gardener CLI
kind/enhancement
Enhancement, improvement, extension
lifecycle/rotten
Nobody worked on this for 12 months (final aging stage)
What would you like to be added:
the
kubectl-env
subcommand should provide all relevantkubeconfig
s.E.g. if a
Shoot
cluster is targeted, thekubeconfig
should contain the followingkubeconfig
s (contexts
,clusters
andusers
):kubeconfig
(this should be the current context)kubeconfig
with seed-shoot namespace set of theShoot
(control plane access)kubeconfig
(maybe not needed because of the control planekubeconfig
?)kubeconfig
with project namespace setIf the seed is targeted, it should only contain:
kubeconfig
kubeconfig
withgarden
namespace setetc.
Why is this needed:
So that the user can easily switch the contexts to jump from the control plane to the shoot to the garden cluster
The text was updated successfully, but these errors were encountered: