Skip to content

Commit 7f7fdfa

Browse files
authored
Merge pull request #50702 from ramalabeysekera/finalizers-docs-add-fqdn-requirement
Clarify that custom finalizer names must be publicly qualified finalizer names
2 parents bfae1e5 + bbd9b90 commit 7f7fdfa

File tree

1 file changed

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

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ object once it is set.
5555
* After the deletion is requested, you can not resurrect this object. The only way is to delete it and make a new similar object.
5656
{{</note>}}
5757

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+
5863
## Owner references, labels, and finalizers {#owners-labels-finalizers}
5964

6065
Like {{<glossary_tooltip text="labels" term_id="label">}},

0 commit comments

Comments
 (0)