mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-07-07 06:18:10 -02:30
Fixup kubelet.conf to point to kubelet-client-current.pem (#7347)
c9c0c01de0only fix the problem for new clusters Signed-off-by: Etienne Champetier <e.champetier@ateme.com> (cherry picked from commit14b63ede8c) Conflicts: roles/kubernetes/master/tasks/kubelet-fix-client-cert-rotation.yml
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
0ea43289e2
commit
c22915a08c
@@ -62,3 +62,7 @@
|
||||
|
||||
- name: Include kubeadm secondary server apiserver fixes
|
||||
include_tasks: kubeadm-fix-apiserver.yml
|
||||
|
||||
- name: Include kubelet client cert rotation fixes
|
||||
include_tasks: kubelet-fix-client-cert-rotation.yml
|
||||
when: kubelet_rotate_certificates
|
||||
|
||||
Reference in New Issue
Block a user