Skip to content

Commit 76b76d8

Browse files
authored
Merge pull request #45834 from mrgiles/44142_kubeadm_with_external_ca
Add links to custom, external certificates
2 parents 0e667a9 + adc4a9a commit 76b76d8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/en/docs/reference/setup-tools/kubeadm/kubeadm-join.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,10 @@ and CSR approval for a new node:
191191
2. Modify the resulted `kubelet.conf` manually to adjust the cluster name and the server endpoint,
192192
or run `kubeadm kubeconfig user --config` (it accepts `InitConfiguration`).
193193

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).
196198

197199
1. Copy the resulting `kubelet.conf` to `/etc/kubernetes/kubelet.conf` on the new node.
198200
2. Execute `kubeadm join` with the flag

0 commit comments

Comments
 (0)