We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b17ec65 + 4ce7a61 commit 9fea4edCopy full SHA for 9fea4ed
content/en/docs/reference/command-line-tools-reference/feature-gates/OrderedNamespaceDeletion.md
@@ -0,0 +1,17 @@
1
+---
2
+title: OrderedNamespaceDeletion
3
+content_type: feature_gate
4
+_build:
5
+ list: never
6
+ render: false
7
+
8
+stages:
9
+ - stage: beta
10
+ defaultValue: false
11
+ fromVersion: "1.30"
12
+ toVersion: "1.32"
13
14
+ defaultValue: true
15
+ fromVersion: "1.33"
16
17
+Enables the pods being deleted before the rest of resources while namespace deletion.
0 commit comments