kubectl-gs release v2.17.0
Added
- Allow calling
login
command with a second argument to select WC contexts. - Add
-clientcert
suffix to WC client certificate contexts created by thelogin
command. Fall back to-clientcert
context selection if no other context exists for a cluster. - Use
CertificateAuthorityData
to store CA data and ensure thatCertificateAuthority
is not set when manipulating the kubeconfig in thelogin
command.