File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/concepts/overview/working-with-objects Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ and the controller deletes the volume.
47
47
Like {{<glossary_tooltip text="labels" term_id="label">}}, [ owner references] ( /concepts/overview/working-with-objects/owners-dependents/ )
48
48
describe the relationships between objects in Kubernetes, but are used for a
49
49
different purpose. When a
50
- {{<glossary_tooltip text="controllers " term_id="controller">}} manages objects
50
+ {{<glossary_tooltip text="controller " term_id="controller">}} manages objects
51
51
like Pods, it uses labels to track changes to groups of related objects. For
52
52
example, when a {{<glossary_tooltip text="Job" term_id="job">}} creates one or
53
53
more Pods, the Job controller applies labels to those pods and tracks changes to
@@ -77,4 +77,4 @@ your cluster.
77
77
## {{% heading "whatsnext" %}}
78
78
79
79
* Read [ Using Finalizers to Control Deletion] ( /blog/2021/05/14/using-finalizers-to-control-deletion/ )
80
- on the Kubernetes blog.
80
+ on the Kubernetes blog.
You can’t perform that action at this time.
0 commit comments