Merge pull request #18044 from sftim/20191210_tweak_glossary_entry_for_service_account

Tweak glossary entry for ServiceAccount
This commit is contained in:
Kubernetes Prow Robot
2020-04-11 17:07:47 -07:00
committed by GitHub
@@ -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" >}}.