From dcb0ec7c92d7e023bd0cacf7d2b69c106255b953 Mon Sep 17 00:00:00 2001 From: Mumshad Mannambeth Date: Wed, 19 Jun 2019 11:07:24 +0800 Subject: [PATCH] Update 05-kubernetes-configuration-files.md --- docs/05-kubernetes-configuration-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/05-kubernetes-configuration-files.md b/docs/05-kubernetes-configuration-files.md index 60b5a7d..597762a 100644 --- a/docs/05-kubernetes-configuration-files.md +++ b/docs/05-kubernetes-configuration-files.md @@ -152,7 +152,7 @@ admin.kubeconfig ## Distribute the Kubernetes Configuration Files -Copy the appropriate `kubelet` and `kube-proxy` kubeconfig files to each worker instance: +Copy the appropriate `kube-proxy` kubeconfig files to each worker instance: ``` for instance in worker-1 worker-2; do