Update create-service-account.md

This commit is contained in:
paigehargrave 2019-02-06 16:26:14 -05:00 committed by GitHub
parent 81122583de
commit 5a8d622934
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ A service account represents an identity for processes that run in a pod.
When a process is authenticated through a service account, it can contact the When a process is authenticated through a service account, it can contact the
API server and access cluster resources. If a pod doesn't have an assigned API server and access cluster resources. If a pod doesn't have an assigned
service account, it gets the `default` service account. service account, it gets the `default` service account.
Learn about [managing service accounts](https://v1-8.docs.kubernetes.io/docs/admin/service-accounts-admin/). Learn about [managing service accounts](https://v1-11.docs.kubernetes.io/docs/admin/service-accounts-admin/).
In Docker EE, you give a service account access to cluster resources by In Docker EE, you give a service account access to cluster resources by
creating a grant, the same way that you would give access to a user or a team. creating a grant, the same way that you would give access to a user or a team.
@ -86,4 +86,4 @@ assigned to the `nginx` namespace.
## Where to go next ## Where to go next
- [Deploy an ingress controller for a Kubernetes app](deploy-ingress-controller.md) - [Deploy an ingress controller for a Kubernetes app](deploy-ingress-controller.md)