Skip to content

Commit 3bb1a9a

Browse files
clarify finalizer naming requirements for custom finalizers
1 parent 8bc524c commit 3bb1a9a

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ typically lists of keys on a specific resource similar to annotations.
1717
Kubernetes specifies some finalizers automatically, but you can also specify
1818
your own.
1919

20+
{{<note>}}
21+
* Custom finalizer names must be fully qualified names, such as example.com/finalizer-name. Kubernetes enforces this format, and will reject resources that do not use qualified finalizer names.
22+
{{</note>}}
2023
## How finalizers work
2124

2225
When you create a resource using a manifest file, you can specify finalizers in

0 commit comments

Comments
 (0)