diff --git a/docs/13-kube-apiserver-to-kubelet.md b/docs/13-kube-apiserver-to-kubelet.md index 289c577..1f2ec9a 100644 --- a/docs/13-kube-apiserver-to-kubelet.md +++ b/docs/13-kube-apiserver-to-kubelet.md @@ -32,9 +32,9 @@ EOF ``` Reference: https://v1-12.docs.kubernetes.io/docs/reference/access-authn-authz/rbac/#role-and-clusterrole -The Kubernetes API Server authenticates to the Kubelet as the `kubernetes` user using the client certificate as defined by the `--kubelet-client-certificate` flag. +The Kubernetes API Server authenticates to the Kubelet as the `system:kube-apiserver` user using the client certificate as defined by the `--kubelet-client-certificate` flag. -Bind the `system:kube-apiserver-to-kubelet` ClusterRole to the `kubernetes` user: +Bind the `system:kube-apiserver-to-kubelet` ClusterRole to the `system:kube-apiserver` user: ``` cat <