From e47fba2b9236162c5706f8c21c03c1248cf4a3f9 Mon Sep 17 00:00:00 2001 From: "David M. Lentz" Date: Fri, 6 Aug 2021 07:46:25 -0600 Subject: [PATCH] Fix typo --- .../docs/concepts/overview/working-with-objects/finalizers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.