mirror of https://github.com/docker/docs.git
Update create-service-account.md
This commit is contained in:
parent
81122583de
commit
5a8d622934
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue