From 190c7998fff3e075e5cf9e0c47bea452a36dda9f 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 c75b17b..9ae3aac 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