Namespace glossary term (#6607)
* update namespace doc to use glossary term * remove concept change
This commit is contained in:
parent
98b417abe6
commit
b9b39f28db
|
|
@ -2,8 +2,9 @@ id: namespace
|
||||||
name: Namespace
|
name: Namespace
|
||||||
full-link: /docs/concepts/overview/working-with-objects/namespaces
|
full-link: /docs/concepts/overview/working-with-objects/namespaces
|
||||||
tags:
|
tags:
|
||||||
- fundamental
|
- fundamental
|
||||||
short-description: >
|
short-description: >
|
||||||
An abstraction used by Kubernetes to support virtual clusters on the same physical {% glossary_tooltip term_id="cluster" %}.
|
An abstraction used by Kubernetes to support multiple virtual clusters on the same physical {% glossary_tooltip term_id="cluster" %}.
|
||||||
long-description: >
|
long-description: >
|
||||||
Namespaces are used to organize objects in a cluster and provide a way to divide cluster resources. Names of resources need to be unique within a namespace, but not across namespaces.
|
Namespaces are used to organize objects in a cluster and provide a way to divide cluster resources.
|
||||||
|
Names of resources need to be unique within a namespace, but not across namespaces.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue