Update 08-bootstrapping-kubernetes-controllers.md

Clarified that the RBAC for Kubelet Authorization Section needs to be run on all three controller nodes.
This commit is contained in:
geretz
2018-12-06 16:02:09 -05:00
committed by GitHub
parent bf2850974e
commit 30e5b22e73

View File

@@ -335,6 +335,8 @@ subjects:
EOF
```
> Remember to run the above commands on each controller node: `controller-0`, `controller-1`, and `controller-2`.
## The Kubernetes Frontend Load Balancer
In this section you will provision an external load balancer to front the Kubernetes API Servers. The `kubernetes-the-hard-way` static IP address will be attached to the resulting load balancer.