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/zh-cn/docs/concepts/overview/working-with-objects/finalizers.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,16 @@ object once it is set.
100
100
* 删除请求已被发出之后,你无法复活该对象。唯一的方法是删除它并创建一个新的相似对象。
101
101
{{</note>}}
102
102
103
+
{{<note>}}
104
+
<!--
105
+
Custom finalizer names **must** be publicly qualified finalizer names, such as `example.com/finalizer-name`.
106
+
Kubernetes enforces this format; the API server rejects writes to objects where the change does not use qualified finalizer names for any custom finalizer.
0 commit comments