From c7a5e652575440ca82e63401e9b2eaca9f703560 Mon Sep 17 00:00:00 2001 From: Pick1a1username <20301273+Pick1a1username@users.noreply.github.com> Date: Sun, 17 Feb 2019 19:06:22 +0900 Subject: [PATCH] The chapter 'Configuring kubectl for Remote Access' is updated. --- docs/10-configuring-kubectl.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/10-configuring-kubectl.md b/docs/10-configuring-kubectl.md index 49dc003..ca15f02 100644 --- a/docs/10-configuring-kubectl.md +++ b/docs/10-configuring-kubectl.md @@ -2,7 +2,8 @@ In this chapter, you will generate a kubeconfig file for the `kubectl` command line utility based on the `admin` user credentials. -> Run the commands in this chapter from the same directory used to generate the admin client certificates. +> Run the commands in this chapter from the same virtual machine used to generate the admin client certificates. + ## The Admin Kubernetes Configuration File @@ -31,6 +32,7 @@ $ { } ``` + ## Verification Check the health of the remote Kubernetes cluster: