Skip to content

Commit 3ab10b2

Browse files
author
tamilselvan1102
committed
update kubeconfig user --config
1 parent ad537b9 commit 3ab10b2

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
@@ -213,7 +213,7 @@ in kube-apiserver logs. To fix the issue you must follow these steps:
213213
`kubeadm kubeconfig user --org system:nodes --client-name system:node:$NODE > kubelet.conf`.
214214
`$NODE` must be set to the name of the existing failed node in the cluster.
215215
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
217217
the `ca.key` you must sign the embedded certificates in the `kubelet.conf` externally.
218218
1. Copy this resulted `kubelet.conf` to `/etc/kubernetes/kubelet.conf` on the failed node.
219219
1. Restart the kubelet (`systemctl restart kubelet`) on the failed node and wait for

0 commit comments

Comments
 (0)