Merge pull request #26379 from JacobHenner/jacobhenner/remove-serviceaccount-secret-automounting

Remove ServiceAccount Secret automounting section
This commit is contained in:
Kubernetes Prow Robot 2021-02-04 06:06:28 -08:00 committed by GitHub
commit 76399ec89a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -801,11 +801,6 @@ field set to that of the service account.
See [Add ImagePullSecrets to a service account](/docs/tasks/configure-pod-container/configure-service-account/#add-imagepullsecrets-to-a-service-account)
for a detailed explanation of that process.
### Automatic mounting of manually created Secrets
Manually created secrets (for example, one containing a token for accessing a GitHub account)
can be automatically attached to pods based on their service account.
## Details
### Restrictions