From e465ee81f11387766b2b48f9316b3892471bbf07 Mon Sep 17 00:00:00 2001 From: ksingh7 Date: Fri, 6 Jan 2017 00:44:05 +0200 Subject: [PATCH] Node details to run client commands from docs/06.kubectl.md does not instruct from which node those commands must be run. The previous modules does explain that. For a newbie its helpful to tell them from which node they must run commands of doc/06-kubectl.md. This PR has a minor update about that information. --- docs/06-kubectl.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/06-kubectl.md b/docs/06-kubectl.md index 227d4b0..65bbe1f 100644 --- a/docs/06-kubectl.md +++ b/docs/06-kubectl.md @@ -1,5 +1,7 @@ # Configuring the Kubernetes Client - Remote Access +Run the following commands from the machine which will be your Kubernetes Client + ## Download and Install kubectl ### OS X