Hopefully I'm not misunderstanding, but the instructions are for commands that should be ran on controller nodes but says worker node. Caused a bit of confusion during the tutorial.
pull/442/head
Simon Habtu 2019-02-18 13:45:37 +01:00 committed by GitHub
parent bf2850974e
commit ff5e73e15e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ ok
## RBAC for Kubelet Authorization
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.
In this section you will configure RBAC permissions to allow the Kubernetes API Server to access the Kubelet API on each controller node. Access to the Kubelet API is required for retrieving metrics, logs, and executing commands in pods.
> 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.