Update 04-certificate-authority.md

This commit is contained in:
Mumshad Mannambeth
2019-06-19 11:09:19 +08:00
committed by GitHub
parent dcb0ec7c92
commit 58374f33ab

View File

@@ -243,6 +243,6 @@ for instance in master-1 master-2; do
done 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) Next: [Generating Kubernetes Configuration Files for Authentication](05-kubernetes-configuration-files.md)