cloud-ark / kubeplus

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

Take file name input in provider-kubeconfig generator #1145

Closed devdattakulkarni closed 1 year ago

devdattakulkarni commented 1 year ago

Currently, the file name in which provider kubeconfig is stored is hardcoded in provider-kubeconfig.py https://github.com/cloud-ark/kubeplus/blob/master/provider-kubeconfig.py#L120

Make this configurable by taking the file name as input on command-line.