From 2fa658c2b846b0aac7554df5e428633d536b5742 Mon Sep 17 00:00:00 2001 From: Nick Davies Date: Tue, 18 Feb 2025 15:55:08 -0700 Subject: [PATCH] Fix link in 05-kubernetes-configuration-files.md This was removed by: https://github.com/kubernetes/website/pull/39143 and the redirect that was removed appeared to go to this url --- docs/05-kubernetes-configuration-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/05-kubernetes-configuration-files.md b/docs/05-kubernetes-configuration-files.md index 8b0fbcb..faaac5b 100644 --- a/docs/05-kubernetes-configuration-files.md +++ b/docs/05-kubernetes-configuration-files.md @@ -8,7 +8,7 @@ In this section you will generate kubeconfig files for the `kubelet` and the `ad ### The kubelet Kubernetes Configuration File -When generating kubeconfig files for Kubelets the client certificate matching the Kubelet's node name must be used. This will ensure Kubelets are properly authorized by the Kubernetes [Node Authorizer](https://kubernetes.io/docs/admin/authorization/node/). +When generating kubeconfig files for Kubelets the client certificate matching the Kubelet's node name must be used. This will ensure Kubelets are properly authorized by the Kubernetes [Node Authorizer](https://kubernetes.io/docs/reference/access-authn-authz/node/). > The following commands must be run in the same directory used to generate the SSL certificates during the [Generating TLS Certificates](04-certificate-authority.md) lab.