cloud-ark / kubeplus

Kubernetes Operator for multi-instance multi-tenancy
https://cloudark.io/
Apache License 2.0
654 stars 78 forks source link

Add ability to extract already created kubeconfig for a cluster #1219

Closed devdattakulkarni closed 5 months ago

devdattakulkarni commented 5 months ago

Currently provider-kubeconfig.py includes ability to generate provider-specific kubeconfig for a cluster. If such a kubeconfig is already created via a prior run, then it should be possible to extract this kubeconfig.

We should add a new command-line option to extract an already existing kubeconfig for a cluster.