You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/concepts/overview/working-with-objects/finalizers.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,11 @@ object once it is set.
55
55
* After the deletion is requested, you can not resurrect this object. The only way is to delete it and make a new similar object.
56
56
{{</note>}}
57
57
58
+
{{<note>}}
59
+
Custom finalizer names **must** be publicly qualified finalizer names, such as `example.com/finalizer-name`.
60
+
Kubernetes enforces this format; the API server rejects writes to objects where the change does not use qualified finalizer names for any custom finalizer.
61
+
{{</note>}}
62
+
58
63
## Owner references, labels, and finalizers {#owners-labels-finalizers}
59
64
60
65
Like {{<glossary_tooltip text="labels" term_id="label">}},
0 commit comments