gini / dexter

dexter is a Kubernetes OIDC helper with as much automation as possible
https://blog.gini.net/frictionless-kubernetes-openid-connect-integration-f1c356140937
MIT License
166 stars 29 forks source link

Support an option to kubeconfig output path #13

Closed Lujeni closed 5 years ago

Lujeni commented 5 years ago

Hello,

It would be interesting to choose the path of his kubeconfig.

dexter --file /path/to/kube/config
The file to write to. If not specified, ~/.kube/config is used

Thanks

dkerwin commented 5 years ago

Hi,

that would make total sense and I'll make sure it'll be part of the next release.

Cheers! Daniel