Replies: 1 comment
-
The best what's available is from upstream: https://kubernetes.io/docs/tasks/tls/manual-rotation-of-ca-certificates/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Doing a proof-of-concept on kubeone, and trying to practice rotating CAs. I ran into an issue with
kubelet
andetcd
, which I was able to resolve, but keep a hitting another issue e.g. metrics-server cert issue, cilium cert issueEssentially, I want to use new
/etc/kubernetes/pki/ca.crt
and/etc/kubernetes/pki/ca.key
. Iskubeadm
the only way?Beta Was this translation helpful? Give feedback.
All reactions