Skip to content

Commit e22e4c5

Browse files
authored
Merge pull request #40196 from gabrielreid/gabrielreid/remove_redundant_finalizer_description_en
Remove redundant description of finalizers
2 parents 1e9ff74 + 138b825 commit e22e4c5

File tree

1 file changed

+0
-4
lines changed
  • content/en/docs/concepts/overview/working-with-objects

1 file changed

+0
-4
lines changed

content/en/docs/concepts/overview/working-with-objects/finalizers.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ weight: 80
88

99
{{<glossary_definition term_id="finalizer" length="long">}}
1010

11-
You can use finalizers to control {{<glossary_tooltip text="garbage collection" term_id="garbage-collection">}}
12-
of resources by alerting {{<glossary_tooltip text="controllers" term_id="controller">}} to perform specific cleanup tasks before
13-
deleting the target resource.
14-
1511
Finalizers don't usually specify the code to execute. Instead, they are
1612
typically lists of keys on a specific resource similar to annotations.
1713
Kubernetes specifies some finalizers automatically, but you can also specify

0 commit comments

Comments
 (0)