Skip to content

Commit c97ec9a

Browse files
authored
Merge pull request #47241 from carlory/delete-fg
remove some unneeded feature-gates
2 parents b96d386 + e72fb3c commit c97ec9a

File tree

6 files changed

+18
-0
lines changed

6 files changed

+18
-0
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates/in-tree-plugin-aws-unregister.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ stages:
99
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.21"
12+
toVersion: "1.30"
13+
14+
removed: true
1215
---
1316
Stops registering the aws-ebs in-tree plugin in kubelet
1417
and volume controllers.

content/en/docs/reference/command-line-tools-reference/feature-gates/in-tree-plugin-azure-disk-unregister.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ stages:
99
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.21"
12+
toVersion: "1.30"
13+
14+
removed: true
1215
---
1316
Stops registering the azuredisk in-tree plugin in kubelet
1417
and volume controllers.

content/en/docs/reference/command-line-tools-reference/feature-gates/in-tree-plugin-azure-file-unregister.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ stages:
99
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.21"
12+
toVersion: "1.30"
13+
14+
removed: true
1215
---
1316
Stops registering the azurefile in-tree plugin in kubelet
1417
and volume controllers.

content/en/docs/reference/command-line-tools-reference/feature-gates/in-tree-plugin-gce-unregister.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ stages:
99
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.21"
12+
toVersion: "1.30"
13+
14+
removed: true
1215
---
1316
Stops registering the gce-pd in-tree plugin in kubelet
1417
and volume controllers.

content/en/docs/reference/command-line-tools-reference/feature-gates/in-tree-plugin-openstack-unregister.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ stages:
99
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.21"
12+
toVersion: "1.30"
13+
14+
removed: true
1215
---
1316
Stops registering the OpenStack cinder in-tree plugin in kubelet
1417
and volume controllers.

content/en/docs/reference/command-line-tools-reference/feature-gates/in-tree-plugin-vsphere-unregister.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ stages:
99
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.21"
12+
toVersion: "1.30"
13+
14+
removed: true
1215
---
1316
Stops registering the vSphere in-tree plugin in kubelet
1417
and volume controllers.

0 commit comments

Comments
 (0)