mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Merge pull request #114796 from sanposhiho/sanposhiho/feature-gate-remove
cleanup(scheduler_perf): remove all removed feature gates
This commit is contained in:
commit
b05aa53fa1
@ -98,7 +98,6 @@
|
|||||||
|
|
||||||
- name: SchedulingMigratedInTreePVs
|
- name: SchedulingMigratedInTreePVs
|
||||||
featureGates:
|
featureGates:
|
||||||
CSIMigration: true
|
|
||||||
CSIMigrationAWS: true
|
CSIMigrationAWS: true
|
||||||
workloadTemplate:
|
workloadTemplate:
|
||||||
- opcode: createNodes
|
- opcode: createNodes
|
||||||
@ -491,8 +490,6 @@
|
|||||||
|
|
||||||
- name: SchedulingRequiredPodAntiAffinityWithNSSelector
|
- name: SchedulingRequiredPodAntiAffinityWithNSSelector
|
||||||
defaultPodTemplatePath: config/pod-anti-affinity-ns-selector.yaml
|
defaultPodTemplatePath: config/pod-anti-affinity-ns-selector.yaml
|
||||||
featureGates:
|
|
||||||
PodAffinityNamespaceSelector: true
|
|
||||||
workloadTemplate:
|
workloadTemplate:
|
||||||
- opcode: createNodes
|
- opcode: createNodes
|
||||||
countParam: $initNodes
|
countParam: $initNodes
|
||||||
@ -526,8 +523,6 @@
|
|||||||
|
|
||||||
- name: SchedulingPreferredAntiAffinityWithNSSelector
|
- name: SchedulingPreferredAntiAffinityWithNSSelector
|
||||||
defaultPodTemplatePath: config/pod-preferred-anti-affinity-ns-selector.yaml
|
defaultPodTemplatePath: config/pod-preferred-anti-affinity-ns-selector.yaml
|
||||||
featureGates:
|
|
||||||
PodAffinityNamespaceSelector: true
|
|
||||||
workloadTemplate:
|
workloadTemplate:
|
||||||
- opcode: createNodes
|
- opcode: createNodes
|
||||||
countParam: $initNodes
|
countParam: $initNodes
|
||||||
@ -561,8 +556,6 @@
|
|||||||
|
|
||||||
- name: SchedulingRequiredPodAffinityWithNSSelector
|
- name: SchedulingRequiredPodAffinityWithNSSelector
|
||||||
defaultPodTemplatePath: config/pod-affinity-ns-selector.yaml
|
defaultPodTemplatePath: config/pod-affinity-ns-selector.yaml
|
||||||
featureGates:
|
|
||||||
PodAffinityNamespaceSelector: true
|
|
||||||
workloadTemplate:
|
workloadTemplate:
|
||||||
- opcode: createNodes
|
- opcode: createNodes
|
||||||
countParam: $initNodes
|
countParam: $initNodes
|
||||||
@ -597,8 +590,6 @@
|
|||||||
|
|
||||||
- name: SchedulingPreferredAffinityWithNSSelector
|
- name: SchedulingPreferredAffinityWithNSSelector
|
||||||
defaultPodTemplatePath: config/pod-preferred-affinity-ns-selector.yaml
|
defaultPodTemplatePath: config/pod-preferred-affinity-ns-selector.yaml
|
||||||
featureGates:
|
|
||||||
PodAffinityNamespaceSelector: true
|
|
||||||
workloadTemplate:
|
workloadTemplate:
|
||||||
- opcode: createNodes
|
- opcode: createNodes
|
||||||
countParam: $initNodes
|
countParam: $initNodes
|
||||||
|
Loading…
Reference in New Issue
Block a user