Skip to content

Commit caf5e53

Browse files
committed
Fix typo
1 parent 59843f7 commit caf5e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/setup/production-environment/tools/kubeadm/troubleshooting-kubeadm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Unable to connect to the server: x509: certificate signed by unknown authority (
212212

213213
By default, kubeadm configures a kubelet with automatic rotation of client certificates by using the `/var/lib/kubelet/pki/kubelet-client-current.pem` symlink specified in `/etc/kubernetes/kubelet.conf`.
214214
If this rotation process fails you might see errors such as `x509: certificate has expired or is not yet valid`
215-
in kube-apserver logs. To fix the issue you must follow these steps:
215+
in kube-apiserver logs. To fix the issue you must follow these steps:
216216

217217
1. Backup and delete `/etc/kubernetes/kubelet.conf` and `/var/lib/kubelet/pki/kubelet-client*` from the failed node.
218218
1. From a working control plane node in the cluster that has `/etc/kubernetes/pki/ca.key` execute

0 commit comments

Comments
 (0)