Skip to content

Commit 35ad12f

Browse files
authored
Fix URLs 03/11/2025 - part2 (#2646)
* Kubernetes lab links
1 parent 243fa71 commit 35ad12f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/labs/kubernetes-the-hard-way/lab5-kubernetes-configuration-files.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In this section, you will generate kubeconfig files for the `kubelet` and the `a
2121

2222
### The kubelet Kubernetes Configuration File
2323

24-
When generating kubeconfig files for Kubelets you must match the client certificate to the Kubelet's node name. This will ensure Kubelets are properly authorized by the Kubernetes [Node Authorizer](https://kubernetes.io/docs/admin/authorization/node/).
24+
When generating kubeconfig files for Kubelets you must match the client certificate to the Kubelet's node name. This will ensure Kubelets are properly authorized by the Kubernetes [Node Authorizer](https://kubernetes.io/docs/reference/access-authn-authz/node/).
2525

2626
> The following commands must be run in the same directory used to generate the SSL certificates during the [Generating TLS Certificates](lab4-certificate-authority.md) lab.
2727

docs/labs/kubernetes-the-hard-way/lab8-bootstrapping-kubernetes-controllers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Run the commands in this section on the controller node, affecting the entire cl
153153
ssh root@server
154154
```
155155

156-
Create the `system:kube-apiserver-to-kubelet` [ClusterRole](https://kubernetes.io/docs/admin/authorization/rbac/#role-and-clusterrole) with permissions to access the Kubelet API and perform the most common tasks associated with managing pods:
156+
Create the `system:kube-apiserver-to-kubelet` [ClusterRole](https://kubernetes.io/docs/reference/access-authn-authz/rbac/#role-and-clusterrole) with permissions to access the Kubelet API and perform the most common tasks associated with managing pods:
157157

158158
```bash
159159
kubectl apply -f kube-apiserver-to-kubelet.yaml \

0 commit comments

Comments
 (0)