From 55cf5db8c269d949a4c45bdd58bba0102f6277ae Mon Sep 17 00:00:00 2001 From: Kelsey Hightower Date: Thu, 7 Jul 2016 14:39:37 -0700 Subject: [PATCH] update docs --- docs/kubernetes-controller.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/kubernetes-controller.md b/docs/kubernetes-controller.md index e8cf631..d0f0a96 100644 --- a/docs/kubernetes-controller.md +++ b/docs/kubernetes-controller.md @@ -584,6 +584,8 @@ etcd-2 Healthy {"health": "true"} ## Setup Kubernetes API Server Frontend Load Balancer +The virtual machines created in this tutorial will not have permission to complete this section. Run the following commands from the same place used to create the virtual machines for this tutorial. + ``` gcloud compute http-health-checks create kube-apiserver-check \ --description "Kubernetes API Server Health Check" \