Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use both self-signed and Kubernetes CA to verify Kubelet cert
Kubelet might be running either self-signed cert (by default) or API server issued cert (signed by the CA). User might switch between the two methods, so instead of guessing based on filesystem contents, accept both Kubernetes CA and self-signed cert (if available). Spotted by @aceat64 Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
- Loading branch information