update docs
parent
d51fc7ae7e
commit
d970a79440
|
@ -289,12 +289,6 @@ EOF
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
```
|
|
||||||
KUBERNETES_PUBLIC_ADDRESS=$(gcloud compute addresses describe kubernetes-the-hard-way \
|
|
||||||
--region $(gcloud config get-value compute/region) \
|
|
||||||
--format 'value(address)')
|
|
||||||
```
|
|
||||||
|
|
||||||
### Enable HTTP Health Checks
|
### Enable HTTP Health Checks
|
||||||
|
|
||||||
The following commands must be run on each controller instance. Example:
|
The following commands must be run on each controller instance. Example:
|
||||||
|
|
Loading…
Reference in New Issue