TLC => TLS
parent
753e71bac8
commit
4d7b87927f
|
@ -29,7 +29,7 @@ Run the following commands on `controller0`, `controller1`, `controller2`:
|
|||
|
||||
### TLS Certificates
|
||||
|
||||
The TLS certificates created in the [Setting up a CA and TLS Cert Generation](02-certificate-authority.md) lab will be used to secure communication between the Kubernetes API server and Kubernetes clients such as `kubectl` and the `kubelet` agent. The TLS certificates will also be used to authenticate the Kubernetes API server to etcd via TLC client auth.
|
||||
The TLS certificates created in the [Setting up a CA and TLS Cert Generation](02-certificate-authority.md) lab will be used to secure communication between the Kubernetes API server and Kubernetes clients such as `kubectl` and the `kubelet` agent. The TLS certificates will also be used to authenticate the Kubernetes API server to etcd via TLS client auth.
|
||||
|
||||
Copy the TLS certificates to the Kubernetes configuration directory:
|
||||
|
||||
|
|
Loading…
Reference in New Issue