diff --git a/content/en/docs/concepts/overview/working-with-objects/finalizers.md b/content/en/docs/concepts/overview/working-with-objects/finalizers.md index 14c7535b35..9516b935c9 100644 --- a/content/en/docs/concepts/overview/working-with-objects/finalizers.md +++ b/content/en/docs/concepts/overview/working-with-objects/finalizers.md @@ -47,7 +47,7 @@ and the controller deletes the volume. Like {{}}, [owner references](/concepts/overview/working-with-objects/owners-dependents/) describe the relationships between objects in Kubernetes, but are used for a different purpose. When a -{{}} manages objects +{{}} manages objects like Pods, it uses labels to track changes to groups of related objects. For example, when a {{}} creates one or more Pods, the Job controller applies labels to those pods and tracks changes to @@ -77,4 +77,4 @@ your cluster. ## {{% heading "whatsnext" %}} * Read [Using Finalizers to Control Deletion](/blog/2021/05/14/using-finalizers-to-control-deletion/) - on the Kubernetes blog. \ No newline at end of file + on the Kubernetes blog.