Fix tags of workloads-related glossary (#7102)

This commit is contained in:
Janet Kuo
2018-02-06 18:49:44 -08:00
committed by k8s-ci-robot
parent 169f527e4d
commit f924be7873
5 changed files with 8 additions and 2 deletions
+1
View File
@@ -3,6 +3,7 @@ name: DaemonSet
full-link: /docs/concepts/workloads/controllers/daemonset
tags:
- fundamental
- core-object
- workload
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" %}.
+2
View File
@@ -2,7 +2,9 @@ id: job
name: Job
full-link: /docs/concepts/workloads/controllers/jobs-run-to-completion
tags:
- fundamental
- core-object
- workload
short-description: >
A finite or batch task that runs to completion.
long-description: >
+2 -1
View File
@@ -4,8 +4,9 @@ full-link: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/
related:
- replication-controller
tags:
- fundamental
- core-object
- architecture
- workload
short-description: >
ReplicaSet is the next-generation Replication Controller.
long-description: >
+2 -1
View File
@@ -1,7 +1,8 @@
id: replication-controller
name: Replication Controller
tags:
- fundamental
- workload
- core-object
short-description: >
Kubernetes service that ensures a specific number of instances of a pod are always running.
long-description: >
+1
View File
@@ -5,6 +5,7 @@ related:
- deployment
- pod
tags:
- fundamental
- core-object
- workload
- storage