You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/setup/production-environment/tools/kubeadm/troubleshooting-kubeadm.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -213,7 +213,7 @@ in kube-apiserver logs. To fix the issue you must follow these steps:
213
213
`kubeadm kubeconfig user --org system:nodes --client-name system:node:$NODE > kubelet.conf`.
214
214
`$NODE`must be set to the name of the existing failed node in the cluster.
215
215
Modify the resulted `kubelet.conf` manually to adjust the cluster name and server endpoint,
216
-
or pass `kubeconfig user --config` (it accepts `InitConfiguration`). If your cluster does not have
216
+
or pass `kubeconfig user --config` (see [Generating kubeconfig files for additional users](/docs/tasks/administer-cluster/kubeadm/kubeadm-certs/#kubeconfig-additional-users)). If your cluster does not have
217
217
the `ca.key` you must sign the embedded certificates in the `kubelet.conf` externally.
218
218
1. Copy this resulted `kubelet.conf` to `/etc/kubernetes/kubelet.conf` on the failed node.
219
219
1. Restart the kubelet (`systemctl restart kubelet`) on the failed node and wait for
0 commit comments