From edbbee6bf6e0a7b218f6cad21fb11f857d3ded08 Mon Sep 17 00:00:00 2001 From: lee Date: Tue, 29 Apr 2025 15:39:22 -0400 Subject: [PATCH] update links in ca.conf --- ca.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ca.conf b/ca.conf index 3c6ecfc..3d140f8 100644 --- a/ca.conf +++ b/ca.conf @@ -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:`.