Use API resource name for clarity
parent
c00970e177
commit
1e99f4f71f
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Service Account
|
title: ServiceAccount
|
||||||
id: service-account
|
id: service-account
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/tasks/configure-pod-container/configure-service-account/
|
full_link: /docs/tasks/configure-pod-container/configure-service-account/
|
||||||
|
@ -16,4 +16,3 @@ tags:
|
||||||
<!--more-->
|
<!--more-->
|
||||||
|
|
||||||
When processes inside Pods access the cluster, they are authenticated by the API server as a particular service account, for example, `default`. When you create a Pod, if you do not specify a service account, it is automatically assigned the default service account in the same {{< glossary_tooltip text="Namespace" term_id="namespace" >}}.
|
When processes inside Pods access the cluster, they are authenticated by the API server as a particular service account, for example, `default`. When you create a Pod, if you do not specify a service account, it is automatically assigned the default service account in the same {{< glossary_tooltip text="Namespace" term_id="namespace" >}}.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue