Remove periods from headings

This commit is contained in:
Garrit Franke 2022-07-25 11:24:58 +02:00 committed by GitHub
parent 9f1bf2c352
commit eb8aa3f642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ When they do, they are authenticated as a particular Service Account (for exampl
<!-- steps --> <!-- steps -->
## Use the Default Service Account to access the API server. ## Use the Default Service Account to access the API server
When you create a pod, if you do not specify a service account, it is When you create a pod, if you do not specify a service account, it is
automatically assigned the `default` service account in the same namespace. automatically assigned the `default` service account in the same namespace.
@ -68,7 +68,7 @@ spec:
The pod spec takes precedence over the service account if both specify a `automountServiceAccountToken` value. The pod spec takes precedence over the service account if both specify a `automountServiceAccountToken` value.
## Use Multiple Service Accounts. ## Use Multiple Service Accounts
Every namespace has a default service account resource called `default`. Every namespace has a default service account resource called `default`.
You can list this and any other serviceAccount resources in the namespace with this command: You can list this and any other serviceAccount resources in the namespace with this command:
@ -136,7 +136,7 @@ You can clean up the service account from this example like this:
kubectl delete serviceaccount/build-robot kubectl delete serviceaccount/build-robot
``` ```
## Manually create a service account API token. ## Manually create a service account API token
Suppose we have an existing service account named "build-robot" as mentioned above, and we create Suppose we have an existing service account named "build-robot" as mentioned above, and we create
a new secret manually. a new secret manually.