Update 05-kubernetes-configuration-files.md

Mention that these steps cannot be run from an arbitrary directory.
pull/422/head
geretz 2018-12-06 13:13:01 -05:00 committed by GitHub
parent bf2850974e
commit 7d82ccfd14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ When generating kubeconfig files for Kubelets the client certificate matching th
Generate a kubeconfig file for each worker node: Generate a kubeconfig file for each worker node:
Run these commands from within the same directory that contains the files generated by the steps in the [Certificate Authority](../04-certificate-authority.md) tutorial.
``` ```
for instance in worker-0 worker-1 worker-2; do for instance in worker-0 worker-1 worker-2; do
kubectl config set-cluster kubernetes-the-hard-way \ kubectl config set-cluster kubernetes-the-hard-way \