File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
content/en/docs/reference/setup-tools/kubeadm Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -191,8 +191,10 @@ and CSR approval for a new node:
191
191
2 . Modify the resulted ` kubelet.conf ` manually to adjust the cluster name and the server endpoint,
192
192
or run ` kubeadm kubeconfig user --config ` (it accepts ` InitConfiguration ` ).
193
193
194
- If your cluster does not have the ` ca.key ` file, you must sign the embedded certificates in
195
- the ` kubelet.conf ` externally.
194
+ If your cluster does not have the ` ca.key ` file, you must sign the embedded certificates in
195
+ the ` kubelet.conf ` externally. For additional information, see
196
+ [ PKI certificates and requirements] ( /docs/setup/best-practices/certificates/ ) and
197
+ [ Certificate Management with kubeadm] ( /docs/tasks/administer-cluster/kubeadm/kubeadm-certs/#external-ca-mode ) .
196
198
197
199
1 . Copy the resulting ` kubelet.conf ` to ` /etc/kubernetes/kubelet.conf ` on the new node.
198
200
2 . Execute ` kubeadm join ` with the flag
You can’t perform that action at this time.
0 commit comments