From 788d4e04bb5ffea9f97d264542fb370e8451f9f0 Mon Sep 17 00:00:00 2001 From: Kelsey Hightower Date: Fri, 8 Jul 2016 17:26:43 -0700 Subject: [PATCH] clean up docs --- docs/04-kubernetes-controller.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/04-kubernetes-controller.md b/docs/04-kubernetes-controller.md index 76ab6df..ee7908b 100644 --- a/docs/04-kubernetes-controller.md +++ b/docs/04-kubernetes-controller.md @@ -254,6 +254,8 @@ etcd-0 Healthy {"health": "true"} etcd-2 Healthy {"health": "true"} ``` +> Remember to run these steps on `controller0`, `controller1`, and `controller2` + ## 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.