update docs

pull/345/head
Kelsey Hightower 2018-05-13 19:03:50 +00:00
parent d51fc7ae7e
commit d970a79440
1 changed files with 0 additions and 6 deletions

View File

@ -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: