Fix tags of workloads-related glossary (#7102)
This commit is contained in:
@@ -3,6 +3,7 @@ name: DaemonSet
|
|||||||
full-link: /docs/concepts/workloads/controllers/daemonset
|
full-link: /docs/concepts/workloads/controllers/daemonset
|
||||||
tags:
|
tags:
|
||||||
- fundamental
|
- fundamental
|
||||||
|
- core-object
|
||||||
- workload
|
- workload
|
||||||
short-description: >
|
short-description: >
|
||||||
Ensures a copy of a {% glossary_tooltip text="Pod" term_id="pod" %} is running across a set of nodes in a {% glossary_tooltip text="cluster" term_id="cluster" %}.
|
Ensures a copy of a {% glossary_tooltip text="Pod" term_id="pod" %} is running across a set of nodes in a {% glossary_tooltip text="cluster" term_id="cluster" %}.
|
||||||
|
|||||||
@@ -2,7 +2,9 @@ id: job
|
|||||||
name: Job
|
name: Job
|
||||||
full-link: /docs/concepts/workloads/controllers/jobs-run-to-completion
|
full-link: /docs/concepts/workloads/controllers/jobs-run-to-completion
|
||||||
tags:
|
tags:
|
||||||
|
- fundamental
|
||||||
- core-object
|
- core-object
|
||||||
|
- workload
|
||||||
short-description: >
|
short-description: >
|
||||||
A finite or batch task that runs to completion.
|
A finite or batch task that runs to completion.
|
||||||
long-description: >
|
long-description: >
|
||||||
|
|||||||
@@ -4,8 +4,9 @@ full-link: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/
|
|||||||
related:
|
related:
|
||||||
- replication-controller
|
- replication-controller
|
||||||
tags:
|
tags:
|
||||||
|
- fundamental
|
||||||
- core-object
|
- core-object
|
||||||
- architecture
|
- workload
|
||||||
short-description: >
|
short-description: >
|
||||||
ReplicaSet is the next-generation Replication Controller.
|
ReplicaSet is the next-generation Replication Controller.
|
||||||
long-description: >
|
long-description: >
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
id: replication-controller
|
id: replication-controller
|
||||||
name: Replication Controller
|
name: Replication Controller
|
||||||
tags:
|
tags:
|
||||||
- fundamental
|
- workload
|
||||||
|
- core-object
|
||||||
short-description: >
|
short-description: >
|
||||||
Kubernetes service that ensures a specific number of instances of a pod are always running.
|
Kubernetes service that ensures a specific number of instances of a pod are always running.
|
||||||
long-description: >
|
long-description: >
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ related:
|
|||||||
- deployment
|
- deployment
|
||||||
- pod
|
- pod
|
||||||
tags:
|
tags:
|
||||||
|
- fundamental
|
||||||
- core-object
|
- core-object
|
||||||
- workload
|
- workload
|
||||||
- storage
|
- storage
|
||||||
|
|||||||
Reference in New Issue
Block a user