From e92a2652dfd65d4395dc65a751a8e5e67b0f4f18 Mon Sep 17 00:00:00 2001 From: G-Harmon Date: Fri, 19 Jan 2018 14:27:12 -0800 Subject: [PATCH] add missing hyphen, "in-cluster" --- docs/admin/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/authentication.md b/docs/admin/authentication.md index 979e5ff3d3..e108213e8f 100644 --- a/docs/admin/authentication.md +++ b/docs/admin/authentication.md @@ -25,7 +25,7 @@ cannot be added to a cluster through an API call. In contrast, service accounts are users managed by the Kubernetes API. They are bound to specific namespaces, and created automatically by the API server or manually through API calls. Service accounts are tied to a set of credentials -stored as `Secrets`, which are mounted into pods allowing in cluster processes +stored as `Secrets`, which are mounted into pods allowing in-cluster processes to talk to the Kubernetes API. API requests are tied to either a normal user or a service account, or are treated