From 013a10b320dbef1fc71df12beadda7297807c628 Mon Sep 17 00:00:00 2001 From: Marek Biskup Date: Wed, 15 Apr 2015 15:32:00 +0200 Subject: [PATCH] fixed typo in doc (secrets) --- docs/secrets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/secrets.md b/docs/secrets.md index 08cde5aefdb..d40ca47be4e 100644 --- a/docs/secrets.md +++ b/docs/secrets.md @@ -302,7 +302,7 @@ A secret is only sent to a node if a pod on that node requires it. It is not written to disk. It is stored in a tmpfs. It is deleted once the pod that depends on it is deleted. -On most Kubernetes-project-maintained distributions, commuication between user +On most Kubernetes-project-maintained distributions, communication between user to the apiserver, and from apiserver to the kubelets, is protected by SSL/TLS. Secrets are protected when transmitted over these channels.