From d30f6cdffdebbfe99efed9b016fc697d349fdc40 Mon Sep 17 00:00:00 2001 From: Mumshad Date: Wed, 20 Mar 2019 15:49:52 +0800 Subject: [PATCH] minor update --- docs/08-bootstrapping-kubernetes-controllers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/08-bootstrapping-kubernetes-controllers.md b/docs/08-bootstrapping-kubernetes-controllers.md index 9d26bcf..b6461e9 100644 --- a/docs/08-bootstrapping-kubernetes-controllers.md +++ b/docs/08-bootstrapping-kubernetes-controllers.md @@ -4,7 +4,7 @@ In this lab you will bootstrap the Kubernetes control plane across 2 compute ins ## Prerequisites -The commands in this lab must be run on each controller instance: `controller-1`, and `controller-2`. Login to each controller instance using SSH Terminal. Example: +The commands in this lab must be run on each controller instance: `master-1`, and `master-2`. Login to each controller instance using SSH Terminal. Example: ### Running commands in parallel with tmux