Skip to content

Commit b20cd0d

Browse files
authored
Merge pull request kubernetes#7066 from G-Harmon/patch-6
add a couple missing hyphens (like "in-cluster")
2 parents 1f63494 + 3078ece commit b20cd0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/admin/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ If unspecified, the API server's TLS private key will be used.
178178
Service accounts are usually created automatically by the API server and
179179
associated with pods running in the cluster through the `ServiceAccount`
180180
[Admission Controller](/docs/admin/admission-controllers/). Bearer tokens are
181-
mounted into pods at well known locations, and allow in cluster processes to
181+
mounted into pods at well-known locations, and allow in-cluster processes to
182182
talk to the API server. Accounts may be explicitly associated with pods using the
183183
`serviceAccountName` field of a `PodSpec`.
184184

0 commit comments

Comments
 (0)