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
geretz 2018-12-06 16:02:09 -05:00 committed by GitHub
parent bf2850974e
commit 30e5b22e73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -335,6 +335,8 @@ subjects:
EOF EOF
``` ```
> Remember to run the above commands on each controller node: `controller-0`, `controller-1`, and `controller-2`.
## The Kubernetes Frontend Load Balancer ## 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. 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.