mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-14 16:58:58 +03:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user