Skip to content

Commit

Permalink
certificates.md: remove system:masters from kube-apiserver-kubelet-cl…
Browse files Browse the repository at this point in the history
…ient

The kube-apiserver flag --kubelet-client-certificate
accepts a client certificate (kube-apiserver-kubelet-client.crt)
to connect to the kubelet. There is no need for this certificate
to have "system:masters" as "O" in the Subject.
  • Loading branch information
neolit123 committed Nov 10, 2023
1 parent fff0693 commit b957213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/setup/best-practices/certificates.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Required certificates:
| kube-etcd-healthcheck-client | etcd-ca | | client | |
| kube-apiserver-etcd-client | etcd-ca | | client | |
| kube-apiserver | kubernetes-ca | | server | `<hostname>`, `<Host_IP>`, `<advertise_IP>`, `[1]` |
| kube-apiserver-kubelet-client | kubernetes-ca | system:masters | client | |
| kube-apiserver-kubelet-client | kubernetes-ca | | client | |
| front-proxy-client | kubernetes-front-proxy-ca | | client | |

[1]: any other IP or DNS name you contact your cluster on (as used by [kubeadm](/docs/reference/setup-tools/kubeadm/)
Expand Down

0 comments on commit b957213

Please sign in to comment.