From 91b205f5b4dde0ccc01ef565624ba4ecd43b0891 Mon Sep 17 00:00:00 2001 From: Enshin Andrey Date: Mon, 11 Nov 2019 13:05:19 +0900 Subject: [PATCH] Update 05-kubernetes-configuration-files.md --- docs/05-kubernetes-configuration-files.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/05-kubernetes-configuration-files.md b/docs/05-kubernetes-configuration-files.md index 597762a..d824a65 100644 --- a/docs/05-kubernetes-configuration-files.md +++ b/docs/05-kubernetes-configuration-files.md @@ -4,7 +4,7 @@ In this lab you will generate [Kubernetes configuration files](https://kubernete ## Client Authentication Configs -In this section you will generate kubeconfig files for the `controller manager`, `kubelet`, `kube-proxy`, and `scheduler` clients and the `admin` user. +In this section you will generate kubeconfig files for the `controller manager`, `kube-proxy`, `scheduler` clients and the `admin` user. ### Kubernetes Public IP Address @@ -160,7 +160,7 @@ for instance in worker-1 worker-2; do done ``` -Copy the appropriate `kube-controller-manager` and `kube-scheduler` kubeconfig files to each controller instance: +Copy the appropriate `admin.kubeconfig`, `kube-controller-manager` and `kube-scheduler` kubeconfig files to each controller instance: ``` for instance in master-1 master-2; do