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
commit b20cd0db59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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`.