From d970a794407effcc838a03b6df0e84958e27b456 Mon Sep 17 00:00:00 2001 From: Kelsey Hightower Date: Sun, 13 May 2018 19:03:50 +0000 Subject: [PATCH] update docs --- docs/08-bootstrapping-kubernetes-controllers.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/08-bootstrapping-kubernetes-controllers.md b/docs/08-bootstrapping-kubernetes-controllers.md index b0aae0e..9cabec8 100644 --- a/docs/08-bootstrapping-kubernetes-controllers.md +++ b/docs/08-bootstrapping-kubernetes-controllers.md @@ -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. -``` -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 The following commands must be run on each controller instance. Example: