From 2ae0496450376cf0c4a5df433e3a70ecf8086c1d Mon Sep 17 00:00:00 2001 From: Vitthal Sai Date: Thu, 25 Nov 2021 23:27:12 +0530 Subject: [PATCH] Added mention of the K8s API Server --- content/en/docs/reference/labels-annotations-taints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/labels-annotations-taints.md b/content/en/docs/reference/labels-annotations-taints.md index 75d84c700f..3e998c6afc 100644 --- a/content/en/docs/reference/labels-annotations-taints.md +++ b/content/en/docs/reference/labels-annotations-taints.md @@ -36,7 +36,7 @@ Example: `kubernetes.io/metadata.name=mynamespace` Used on: Namespaces -The Kubernetes {{< glossary_tooltip text="control plane" term_id="control-plane" >}} +The Kubernetes API server (part of the {{< glossary_tooltip text="control plane" term_id="control-plane" >}}) sets this label on all namespaces. The label value is set to the name of the namespace. You can't change this label's value.