You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title says, the parser for the kubeconfig is too sensitive for certificate authority data.
kubectl will allow a blank entry if the CA is well-known (e.g., LetsEncrypt CA). The code here prevents that scenario.
The text was updated successfully, but these errors were encountered:
twitchax
changed the title
Kubeconfig requires certificate authority data for well known CAs.
Kubeconfig should not require certificate authority data for well known CAs.
Nov 30, 2018
As the title says, the parser for the kubeconfig is too sensitive for certificate authority data.
kubectl
will allow a blank entry if the CA is well-known (e.g., LetsEncrypt CA). The code here prevents that scenario.The text was updated successfully, but these errors were encountered: