Merge pull request #61 from rahulsoni43/patch-9

Update 13-kube-apiserver-to-kubelet.md
This commit is contained in:
vpalazhi
2019-11-19 19:44:23 -05:00
committed by GitHub

View File

@@ -30,6 +30,7 @@ rules:
- "*"
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.
@@ -52,5 +53,6 @@ subjects:
name: kube-apiserver
EOF
```
Reference: https://v1-12.docs.kubernetes.io/docs/reference/access-authn-authz/rbac/#rolebinding-and-clusterrolebinding
Next: [DNS Addon](14-dns-addon.md)