Update 04-certificate-authority.md

pull/482/head
Mumshad Mannambeth 2019-06-19 11:09:19 +08:00 committed by GitHub
parent dcb0ec7c92
commit 58374f33ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)