123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177 |
- - template:
- desc: SchedulingBasic
- initPods:
- podTemplatePath: config/pod-default.yaml
- podsToSchedule:
- podTemplatePath: config/pod-default.yaml
- params:
- - numNodes: 500
- numInitPods: 500
- numPodsToSchedule: 1000
- - numNodes: 5000
- numInitPods: 5000
- numPodsToSchedule: 1000
- - template:
- desc: SchedulingPodAntiAffinity
- nodes:
- uniqueNodeLabelStrategy:
- labelKey: kubernetes.io/hostname
- initPods:
- podTemplatePath: config/pod-with-pod-anti-affinity.yaml
- podsToSchedule:
- podTemplatePath: config/pod-with-pod-anti-affinity.yaml
- params:
- - numNodes: 500
- numInitPods: 100
- numPodsToSchedule: 400
- - numNodes: 5000
- numInitPods: 1000
- numPodsToSchedule: 1000
- - template:
- desc: SchedulingSecrets
- initPods:
- podTemplatePath: config/pod-with-secret-volume.yaml
- podsToSchedule:
- podTemplatePath: config/pod-with-secret-volume.yaml
- params:
- - numNodes: 500
- numInitPods: 500
- numPodsToSchedule: 1000
- - numNodes: 5000
- numInitPods: 5000
- numPodsToSchedule: 1000
- - template:
- desc: SchedulingInTreePVs
- initPods:
- persistentVolumeTemplatePath: config/pv-aws.yaml
- persistentVolumeClaimTemplatePath: config/pvc.yaml
- podsToSchedule:
- persistentVolumeTemplatePath: config/pv-aws.yaml
- persistentVolumeClaimTemplatePath: config/pvc.yaml
- params:
- - numNodes: 500
- numInitPods: 500
- numPodsToSchedule: 1000
- - numNodes: 5000
- numInitPods: 5000
- numPodsToSchedule: 1000
- - template:
- desc: SchedulingMigratedInTreePVs
- nodes:
- nodeTemplatePath: config/node-default.yaml
- nodeAllocatableStrategy:
- nodeAllocatable:
- attachable-volumes-csi-ebs.csi.aws.com: 39
- csiNodeAllocatable:
- ebs.csi.aws.com:
- count: 39
- migratedPlugins:
- - "kubernetes.io/aws-ebs"
- initPods:
- persistentVolumeTemplatePath: config/pv-aws.yaml
- persistentVolumeClaimTemplatePath: config/pvc.yaml
- podsToSchedule:
- persistentVolumeTemplatePath: config/pv-aws.yaml
- persistentVolumeClaimTemplatePath: config/pvc.yaml
- featureGates:
- CSIMigration: true
- CSIMigrationAWS: true
- params:
- - numNodes: 500
- numInitPods: 500
- numPodsToSchedule: 1000
- - numNodes: 5000
- numInitPods: 5000
- numPodsToSchedule: 1000
- - template:
- desc: SchedulingCSIPVs
- nodes:
- nodeTemplatePath: config/node-default.yaml
- nodeAllocatableStrategy:
- nodeAllocatable:
- attachable-volumes-csi-ebs.csi.aws.com: 39
- csiNodeAllocatable:
- ebs.csi.aws.com:
- count: 39
- initPods:
- persistentVolumeTemplatePath: config/pv-csi.yaml
- persistentVolumeClaimTemplatePath: config/pvc.yaml
- podsToSchedule:
- persistentVolumeTemplatePath: config/pv-csi.yaml
- persistentVolumeClaimTemplatePath: config/pvc.yaml
- params:
- - numNodes: 500
- numInitPods: 500
- numPodsToSchedule: 1000
- - numNodes: 5000
- numInitPods: 5000
- numPodsToSchedule: 1000
- - template:
- desc: SchedulingPodAffinity
- nodes:
- nodeTemplatePath: config/node-default.yaml
- labelNodeStrategy:
- labelKey: "failure-domain.beta.kubernetes.io/zone"
- labelValue: "zone1"
- initPods:
- podTemplatePath: config/pod-with-pod-affinity.yaml
- podsToSchedule:
- podTemplatePath: config/pod-with-pod-affinity.yaml
- params:
- - numNodes: 500
- numInitPods: 500
- numPodsToSchedule: 1000
- - numNodes: 5000
- numInitPods: 5000
- numPodsToSchedule: 1000
- - template:
- desc: SchedulingPreferredPodAffinity
- nodes:
- uniqueNodeLabelStrategy:
- labelKey: kubernetes.io/hostname
- initPods:
- podTemplatePath: config/pod-with-preferred-pod-affinity.yaml
- podsToSchedule:
- podTemplatePath: config/pod-with-preferred-pod-affinity.yaml
- params:
- - numNodes: 500
- numInitPods: 500
- numPodsToSchedule: 1000
- - numNodes: 5000
- numInitPods: 5000
- numPodsToSchedule: 1000
- - template:
- desc: SchedulingPreferredPodAntiAffinity
- nodes:
- uniqueNodeLabelStrategy:
- labelKey: kubernetes.io/hostname
- initPods:
- podTemplatePath: config/pod-with-preferred-pod-anti-affinity.yaml
- podsToSchedule:
- podTemplatePath: config/pod-with-preferred-pod-anti-affinity.yaml
- params:
- - numNodes: 500
- numInitPods: 500
- numPodsToSchedule: 1000
- - numNodes: 5000
- numInitPods: 5000
- numPodsToSchedule: 1000
- - template:
- desc: SchedulingNodeAffinity
- nodes:
- nodeTemplatePath: config/node-default.yaml
- labelNodePrepareStrategy:
- labelKey: "failure-domain.beta.kubernetes.io/zone"
- labelValue: "zone1"
- initPods:
- podTemplatePath: config/pod-with-node-affinity.yaml
- podsToSchedule:
- podTemplatePath: config/pod-with-node-affinity.yaml
- params:
- - numNodes: 500
- numInitPods: 500
- numPodsToSchedule: 1000
- - numNodes: 5000
- numInitPods: 5000
- numPodsToSchedule: 1000
|