Merge pull request #114796 from sanposhiho/sanposhiho/feature-gate-remove

cleanup(scheduler_perf): remove all removed feature gates
This commit is contained in:
Kubernetes Prow Robot 2023-01-04 14:30:32 -08:00 committed by GitHub
commit b05aa53fa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,6 @@
- name: SchedulingMigratedInTreePVs
featureGates:
CSIMigration: true
CSIMigrationAWS: true
workloadTemplate:
- opcode: createNodes
@ -491,8 +490,6 @@
- name: SchedulingRequiredPodAntiAffinityWithNSSelector
defaultPodTemplatePath: config/pod-anti-affinity-ns-selector.yaml
featureGates:
PodAffinityNamespaceSelector: true
workloadTemplate:
- opcode: createNodes
countParam: $initNodes
@ -526,8 +523,6 @@
- name: SchedulingPreferredAntiAffinityWithNSSelector
defaultPodTemplatePath: config/pod-preferred-anti-affinity-ns-selector.yaml
featureGates:
PodAffinityNamespaceSelector: true
workloadTemplate:
- opcode: createNodes
countParam: $initNodes
@ -561,8 +556,6 @@
- name: SchedulingRequiredPodAffinityWithNSSelector
defaultPodTemplatePath: config/pod-affinity-ns-selector.yaml
featureGates:
PodAffinityNamespaceSelector: true
workloadTemplate:
- opcode: createNodes
countParam: $initNodes
@ -597,8 +590,6 @@
- name: SchedulingPreferredAffinityWithNSSelector
defaultPodTemplatePath: config/pod-preferred-affinity-ns-selector.yaml
featureGates:
PodAffinityNamespaceSelector: true
workloadTemplate:
- opcode: createNodes
countParam: $initNodes