From 3078ece4005cd5baf9d2339299a4e20fb1f59c67 Mon Sep 17 00:00:00 2001 From: G-Harmon Date: Tue, 23 Jan 2018 08:49:43 -0800 Subject: [PATCH] add a couple missing hyphens (like "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 e108213e8f..7f46f8ce5c 100644 --- a/docs/admin/authentication.md +++ b/docs/admin/authentication.md @@ -178,7 +178,7 @@ If unspecified, the API server's TLS private key will be used. Service accounts are usually created automatically by the API server and associated with pods running in the cluster through the `ServiceAccount` [Admission Controller](/docs/admin/admission-controllers/). Bearer tokens are -mounted into pods at well known locations, and allow in cluster processes to +mounted into pods at well-known locations, and allow in-cluster processes to talk to the API server. Accounts may be explicitly associated with pods using the `serviceAccountName` field of a `PodSpec`.