Skip to content

Commit bd6dd9b

Browse files
committed
kube-etcd certificate requires additional SAN's
1 parent 6b936f6 commit bd6dd9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/setup/best-practices/certificates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Required certificates:
7777

7878
| Default CN | Parent CA | O (in Subject) | kind | hosts (SAN) |
7979
|-------------------------------|---------------------------|----------------|----------------------------------------|---------------------------------------------|
80-
| kube-etcd | etcd-ca | | server, client | `localhost`, `127.0.0.1` |
80+
| kube-etcd | etcd-ca | | server, client | `<hostname>`, `<Host_IP>`, `localhost`, `127.0.0.1` |
8181
| kube-etcd-peer | etcd-ca | | server, client | `<hostname>`, `<Host_IP>`, `localhost`, `127.0.0.1` |
8282
| kube-etcd-healthcheck-client | etcd-ca | | client | |
8383
| kube-apiserver-etcd-client | etcd-ca | system:masters | client | |

0 commit comments

Comments
 (0)