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
X509::from_pem fails if the kubeconfig has been constructed so that the pkey or certs are missing a trailing newline. By the spec, they're supposed to have a trailing newline after the ----- END RSA PRIVATE KEY ----- but hey, stuff happens.
Kubectl tolerates this scenario, so we should ensure that kube meets those expectations.
The text was updated successfully, but these errors were encountered:
X509::from_pem fails if the kubeconfig has been constructed so that the pkey or certs are missing a trailing newline. By the spec, they're supposed to have a trailing newline after the
----- END RSA PRIVATE KEY -----
but hey, stuff happens.Kubectl tolerates this scenario, so we should ensure that kube meets those expectations.
The text was updated successfully, but these errors were encountered: