-
According to the documentation : https://docs.k3s.io/cli/certificate#using-custom-ca-certificates, the certificates authorities should be used for the control plane.
|
Beta Was this translation helpful? Give feedback.
Answered by
brandond
Sep 7, 2023
Replies: 1 comment 5 replies
-
Can you point to which specific certificates you're seeing as self-signed? In the default configuration, all of the certificates should be signed by one of the cluster CAs. Some of the Kubernetes components will generate their own self-signed certificates if you pass |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah, the health-check listener certs for the controller-manager, scheduler, and so on are just generated in-memory by the Kubernetes components themselves, and are not persisted to disk anywhere. That is, as far as I know, common behavior across most Kubernetes distros. You can see this occurring in the startup logs: