From 4d7b87927fe0388ffcdb9b71e75a6ee670c8f488 Mon Sep 17 00:00:00 2001 From: Danny Kansas Date: Tue, 24 Jan 2017 14:54:17 -0600 Subject: [PATCH] TLC => TLS --- docs/04-kubernetes-controller.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/04-kubernetes-controller.md b/docs/04-kubernetes-controller.md index 05c1e88..97fb52b 100644 --- a/docs/04-kubernetes-controller.md +++ b/docs/04-kubernetes-controller.md @@ -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: