Skip to content

Commit e17f123

Browse files
committed
[Update] - Curl URL update
1 parent 8fceb01 commit e17f123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01-kubernetes-the-hard-way-aws/docs/08-bootstrapping-kubernetes-controllers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ fail with an error like this: `Error from server: error dialing backend: dial tc
236236

237237
In this section you will configure RBAC permissions to allow the Kubernetes API Server to access the Kubelet API on each worker node. Access to the Kubelet API is required for retrieving metrics, logs, and executing commands in pods.
238238

239-
> This tutorial sets the Kubelet `--authorization-mode` flag to `Webhook`. Webhook mode uses the [SubjectAccessReview](https://kubernetes.io/docs/admin/authorization/#checking-api-access) API to determine authorization.
239+
> This tutorial sets the Kubelet `--authorization-mode` flag to `Webhook`. Webhook mode uses the [SubjectAccessReview](https://kubernetes.io/docs/reference/access-authn-authz/authorization/#checking-api-access) API to determine authorization.
240240
241241
The commands in this section will effect the entire cluster and only need to be run once from one of the controller nodes.
242242

0 commit comments

Comments
 (0)