Browse Source
Using `kubeadm init phase kubeconfig all` breaks kubelet client certificate rotation as we are missing `kubeadm init phase kubelet-finalize all` to point to `kubelet-client-current.pem` kubeconfig format is stable so let's just use lineinfile, this will avoid other future breakage This revert to the logic beforepull/7394/head6fe2248314
Signed-off-by: Etienne Champetier <e.champetier@ateme.com> (cherry picked from commitc9c0c01de0
)
committed by
Kubernetes Prow Robot
1 changed files with 5 additions and 34 deletions
Loading…