From b71ff1278d107752941ff644a1c913abe28f3f34 Mon Sep 17 00:00:00 2001 From: Pick1a1username <20301273+Pick1a1username@users.noreply.github.com> Date: Sat, 23 Feb 2019 22:54:11 +0900 Subject: [PATCH] The chapter 'Configuring kubectl for Remote Access' is updated. --- docs/10-configuring-kubectl.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/10-configuring-kubectl.md b/docs/10-configuring-kubectl.md index ca15f02..4d5506a 100644 --- a/docs/10-configuring-kubectl.md +++ b/docs/10-configuring-kubectl.md @@ -2,7 +2,7 @@ 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 virtual machine used to generate the admin client certificates. +**All procedures in this chapter should be done in `client-1`.** ## The Admin Kubernetes Configuration File @@ -18,7 +18,7 @@ $ { kubectl config set-cluster kubernetes-the-hard-way \ --certificate-authority=ca.pem \ --embed-certs=true \ - --server=https://$KUBERNETES_LB_ADDRESS}:6443 + --server=https://$KUBERNETES_LB_ADDRESS:6443 kubectl config set-credentials admin \ --client-certificate=admin.pem \