Skip to content

Commit 1876bc0

Browse files
committed
Update etcd certificate discussion
Update wording around etcd certificates per reviewer feedback Signed-off-by: Scott Lowe <[email protected]>
1 parent 6c31c0e commit 1876bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: bootstrap/kubeadm/docs/external-etcd.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you do not already have a CA then run command `kubeadm init phase certs etcd-
2323
* `/etc/kubernetes/pki/etcd/ca.crt`
2424
* `/etc/kubernetes/pki/etcd/ca.key`
2525

26-
This certificate and private key are used to sign etcd server, peer certificates and eventually apiserver-etcd-client certificate. More information on how to setup external etcd with kubeadm can be found [here](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm/#setting-up-the-cluster).
26+
This certificate and private key are used to sign etcd server and peer certificates as well as other client certificates (like the apiserver-etcd-client certificate or the etcd-healthcheck-client certificate). More information on how to setup external etcd with kubeadm can be found [here](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm/#setting-up-the-cluster).
2727

2828
Once the etcd cluster is setup, you will need the following files from the etcd cluster:
2929

0 commit comments

Comments
 (0)