Update 08-bootstrapping-kubernetes-controllers.md
Clarified that the RBAC for Kubelet Authorization Section needs to be run on all three controller nodes.pull/423/head
parent
bf2850974e
commit
30e5b22e73
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue