-
Notifications
You must be signed in to change notification settings - Fork 735
kubeadm upgrade node not rotate certificate #1818
Copy link
Copy link
Closed
kubernetes/website
#16726Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.kind/documentationCategorizes issue or PR as related to documentation.Categorizes issue or PR as related to documentation.lifecycle/activeIndicates that an issue or PR is actively being worked on by a contributor.Indicates that an issue or PR is actively being worked on by a contributor.priority/important-longtermImportant over the long term, but may not be staffed and/or may need multiple releases to complete.Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.kind/documentationCategorizes issue or PR as related to documentation.Categorizes issue or PR as related to documentation.lifecycle/activeIndicates that an issue or PR is actively being worked on by a contributor.Indicates that an issue or PR is actively being worked on by a contributor.priority/important-longtermImportant over the long term, but may not be staffed and/or may need multiple releases to complete.Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Versions
kubeadm version (use
kubeadm version):v1.15.0 and above
What happened?
kubeadm doc:
But the certificates were only updated on the first wizard where the command
kubeadm upgrade applywas executedon the second and third masters, the command
kubeadm upgrade nodewas executed and the certificates for them remained untouched.But when i use the kubeadm with option
kubeadm upgrade node --certificate-renewal, the certificates will be updatedWhat you expected to happen?
Certificates must be renewed with command
kubeadm upgrade nodeHow to reproduce it (as minimally and precisely as possible)?
install kube cluster with 3 master and upgrade it with kubeadm