update links in ca.conf

pull/869/head
lee 2025-04-29 15:39:22 -04:00
parent 706b62b9e6
commit edbbee6bf6
1 changed files with 2 additions and 2 deletions

View File

@ -39,9 +39,9 @@ CN = service-accounts
# Worker Nodes
#
# Kubernetes uses a [special-purpose authorization mode](https://kubernetes.io/docs/admin/authorization/node/)
# Kubernetes uses a [special-purpose authorization mode](https://kubernetes.io/docs/reference/access-authn-authz/node/)
# called Node Authorizer, that specifically authorizes API requests made
# by [Kubelets](https://kubernetes.io/docs/concepts/overview/components/#kubelet).
# by [Kubelets](https://kubernetes.io/docs/concepts/architecture/#kubelet).
# In order to be authorized by the Node Authorizer, Kubelets must use a credential
# that identifies them as being in the `system:nodes` group, with a username
# of `system:node:<nodeName>`.