Merge pull request #7066 from G-Harmon/patch-6

add a couple missing hyphens (like "in-cluster")
This commit is contained in:
Qiming
2018-01-24 11:03:39 +08:00
committed by GitHub
+1 -1
View File
@@ -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`.