Commit e2bf59f5 authored by Piotr Szczesniak's avatar Piotr Szczesniak

Merge pull request #6861 from marekbiskup/typoFix

fixed typo in doc (secrets)
parents 20f39cd7 013a10b3
...@@ -302,7 +302,7 @@ A secret is only sent to a node if a pod on that node requires it. It is not ...@@ -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 written to disk. It is stored in a tmpfs. It is deleted once the pod that
depends on it is deleted. 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. to the apiserver, and from apiserver to the kubelets, is protected by SSL/TLS.
Secrets are protected when transmitted over these channels. Secrets are protected when transmitted over these channels.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment