add a couple missing hyphens (like "in-cluster")

This commit is contained in:
G-Harmon
2018-01-23 08:49:43 -08:00
committed by GitHub
parent 76941f8f84
commit 3078ece400
+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 Service accounts are usually created automatically by the API server and
associated with pods running in the cluster through the `ServiceAccount` associated with pods running in the cluster through the `ServiceAccount`
[Admission Controller](/docs/admin/admission-controllers/). Bearer tokens are [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 talk to the API server. Accounts may be explicitly associated with pods using the
`serviceAccountName` field of a `PodSpec`. `serviceAccountName` field of a `PodSpec`.