diff --git a/content/en/docs/reference/glossary/cloud-controller-manager.md b/content/en/docs/reference/glossary/cloud-controller-manager.md index 874d0925cf..72d3df2740 100644 --- a/content/en/docs/reference/glossary/cloud-controller-manager.md +++ b/content/en/docs/reference/glossary/cloud-controller-manager.md @@ -7,7 +7,6 @@ short_description: > Control plane component that integrates Kubernetes with third-party cloud providers. aka: tags: -- core-object - architecture - operation --- diff --git a/content/en/docs/reference/glossary/dynamic-volume-provisioning.md b/content/en/docs/reference/glossary/dynamic-volume-provisioning.md index fd5c150e92..357ec8b1e1 100644 --- a/content/en/docs/reference/glossary/dynamic-volume-provisioning.md +++ b/content/en/docs/reference/glossary/dynamic-volume-provisioning.md @@ -8,7 +8,6 @@ short_description: > aka: tags: -- core-object - storage --- Allows users to request automatic creation of storage {{< glossary_tooltip text="Volumes" term_id="volume" >}}. diff --git a/content/en/docs/reference/glossary/qos-class.md b/content/en/docs/reference/glossary/qos-class.md index 475c9f2d01..6bb2ced64d 100644 --- a/content/en/docs/reference/glossary/qos-class.md +++ b/content/en/docs/reference/glossary/qos-class.md @@ -8,7 +8,6 @@ short_description: > aka: tags: -- core-object - fundamental - architecture related: diff --git a/content/en/docs/reference/glossary/quantity.md b/content/en/docs/reference/glossary/quantity.md index 33d2dc8e04..c81ed400fa 100644 --- a/content/en/docs/reference/glossary/quantity.md +++ b/content/en/docs/reference/glossary/quantity.md @@ -8,7 +8,8 @@ short_description: > aka: tags: -- core-object +- fundamental + --- A whole-number representation of small or large numbers using [SI](https://en.wikipedia.org/wiki/International_System_of_Units) suffixes. diff --git a/content/en/docs/reference/glossary/taint.md b/content/en/docs/reference/glossary/taint.md index 50ba2d087e..457ff50c97 100644 --- a/content/en/docs/reference/glossary/taint.md +++ b/content/en/docs/reference/glossary/taint.md @@ -8,7 +8,6 @@ short_description: > aka: tags: -- core-object - fundamental --- A core object consisting of three required properties: key, value, and effect. Taints prevent the scheduling of {{< glossary_tooltip text="Pods" term_id="pod" >}} on {{< glossary_tooltip text="nodes" term_id="node" >}} or node groups. diff --git a/content/en/docs/reference/glossary/volume-plugin.md b/content/en/docs/reference/glossary/volume-plugin.md index 8fc1c7be52..09b9fc99bb 100644 --- a/content/en/docs/reference/glossary/volume-plugin.md +++ b/content/en/docs/reference/glossary/volume-plugin.md @@ -8,7 +8,6 @@ short_description: > aka: tags: -- core-object - storage --- A Volume Plugin enables integration of storage within a {{< glossary_tooltip text="Pod" term_id="pod" >}}. diff --git a/content/en/docs/reference/glossary/volume.md b/content/en/docs/reference/glossary/volume.md index 22cebca917..2ddad9594c 100644 --- a/content/en/docs/reference/glossary/volume.md +++ b/content/en/docs/reference/glossary/volume.md @@ -8,7 +8,6 @@ short_description: > aka: tags: -- core-object - fundamental --- A directory containing data, accessible to the {{< glossary_tooltip text="containers" term_id="container" >}} in a {{< glossary_tooltip term_id="pod" >}}.