From 58374f33ab1bb2e4f02227d55a8a789e58643400 Mon Sep 17 00:00:00 2001 From: Mumshad Mannambeth Date: Wed, 19 Jun 2019 11:09:19 +0800 Subject: [PATCH] Update 04-certificate-authority.md --- docs/04-certificate-authority.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/04-certificate-authority.md b/docs/04-certificate-authority.md index 6bf2175..70844b8 100644 --- a/docs/04-certificate-authority.md +++ b/docs/04-certificate-authority.md @@ -243,6 +243,6 @@ for instance in master-1 master-2; do done ``` -> The `kube-proxy`, `kube-controller-manager`, `kube-scheduler`, and `kubelet` client certificates will be used to generate client authentication configuration files in the next lab. +> The `kube-proxy`, `kube-controller-manager`, `kube-scheduler`, and `kubelet` client certificates will be used to generate client authentication configuration files in the next lab. These certificates will be embedded into the client authentication configuration files. We will then copy those configuration files to the other master nodes. Next: [Generating Kubernetes Configuration Files for Authentication](05-kubernetes-configuration-files.md)