From e982efed9e5324373ae17be141dac8c648a7b99c Mon Sep 17 00:00:00 2001 From: thisNatasha Date: Mon, 5 Feb 2024 01:41:08 -0500 Subject: [PATCH] Update 14-kube-apiserver-to-kubelet.md (#326) Adding instruction to run on master-1 node. --- docs/14-kube-apiserver-to-kubelet.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/14-kube-apiserver-to-kubelet.md b/docs/14-kube-apiserver-to-kubelet.md index e8bda6c..aed3dfd 100644 --- a/docs/14-kube-apiserver-to-kubelet.md +++ b/docs/14-kube-apiserver-to-kubelet.md @@ -6,6 +6,7 @@ In this section you will configure RBAC permissions to allow the Kubernetes API [//]: # (host:master-1) +Run the below on the `master-1` node. 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 most common tasks associated with managing pods: