vmware-tanzu / pinniped

Pinniped is the easy, secure way to log in to your Kubernetes clusters.
https://pinniped.dev
Apache License 2.0
562 stars 66 forks source link

[stub] Determine when we should start using v1 credential plugin API #743

Open enj opened 3 years ago

enj commented 3 years ago

With the completion of KEP 541 in v1.22, the client-go credential plugin API is GA. We need to decide when we would switch our default kubeconfig format to use v1 instead of v1beta1. After we switch the default, we would presumably allow users to pick v1beta1 instead of v1 for some time. The first step is probably to add an option to use v1 instead of v1beta1 (beta will need to remain the default for some time).

anjaltelang commented 2 years ago

Reviewed on 12-7-21. On our todos list.