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
|
||||
API server and access cluster resources. If a pod doesn't have an assigned
|
||||
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
|
||||
creating a grant, the same way that you would give access to a user or a team.
|
||||
|
|
|
|||
Loading…
Reference in New Issue