|
1 | 1 | - template:
|
2 | 2 | desc: SchedulingBasic
|
3 | 3 | initPods:
|
4 |
| - podTemplatePath: config/pod-default.yaml |
| 4 | + - podTemplatePath: config/pod-default.yaml |
5 | 5 | podsToSchedule:
|
6 | 6 | podTemplatePath: config/pod-default.yaml
|
7 | 7 | params:
|
8 |
| - - numNodes: 500 |
9 |
| - numInitPods: 500 |
10 |
| - numPodsToSchedule: 1000 |
11 |
| - - numNodes: 5000 |
12 |
| - numInitPods: 5000 |
13 |
| - numPodsToSchedule: 1000 |
| 8 | + - numNodes: 500 |
| 9 | + numInitPods: [500] |
| 10 | + numPodsToSchedule: 1000 |
| 11 | + - numNodes: 5000 |
| 12 | + numInitPods: [5000] |
| 13 | + numPodsToSchedule: 1000 |
14 | 14 | - template:
|
15 | 15 | desc: SchedulingPodAntiAffinity
|
16 | 16 | nodes:
|
17 | 17 | uniqueNodeLabelStrategy:
|
18 | 18 | labelKey: kubernetes.io/hostname
|
19 | 19 | initPods:
|
20 |
| - podTemplatePath: config/pod-with-pod-anti-affinity.yaml |
| 20 | + - podTemplatePath: config/pod-with-pod-anti-affinity.yaml |
21 | 21 | podsToSchedule:
|
22 | 22 | podTemplatePath: config/pod-with-pod-anti-affinity.yaml
|
23 | 23 | params:
|
24 |
| - - numNodes: 500 |
25 |
| - numInitPods: 100 |
26 |
| - numPodsToSchedule: 400 |
27 |
| - - numNodes: 5000 |
28 |
| - numInitPods: 1000 |
29 |
| - numPodsToSchedule: 1000 |
| 24 | + - numNodes: 500 |
| 25 | + numInitPods: [100] |
| 26 | + numPodsToSchedule: 400 |
| 27 | + - numNodes: 5000 |
| 28 | + numInitPods: [1000] |
| 29 | + numPodsToSchedule: 1000 |
30 | 30 | - template:
|
31 | 31 | desc: SchedulingSecrets
|
32 | 32 | initPods:
|
33 |
| - podTemplatePath: config/pod-with-secret-volume.yaml |
| 33 | + - podTemplatePath: config/pod-with-secret-volume.yaml |
34 | 34 | podsToSchedule:
|
35 | 35 | podTemplatePath: config/pod-with-secret-volume.yaml
|
36 | 36 | params:
|
37 |
| - - numNodes: 500 |
38 |
| - numInitPods: 500 |
39 |
| - numPodsToSchedule: 1000 |
40 |
| - - numNodes: 5000 |
41 |
| - numInitPods: 5000 |
42 |
| - numPodsToSchedule: 1000 |
| 37 | + - numNodes: 500 |
| 38 | + numInitPods: [500] |
| 39 | + numPodsToSchedule: 1000 |
| 40 | + - numNodes: 5000 |
| 41 | + numInitPods: [5000] |
| 42 | + numPodsToSchedule: 1000 |
43 | 43 | - template:
|
44 | 44 | desc: SchedulingInTreePVs
|
45 | 45 | initPods:
|
46 |
| - persistentVolumeTemplatePath: config/pv-aws.yaml |
| 46 | + - persistentVolumeTemplatePath: config/pv-aws.yaml |
47 | 47 | persistentVolumeClaimTemplatePath: config/pvc.yaml
|
48 | 48 | podsToSchedule:
|
49 | 49 | persistentVolumeTemplatePath: config/pv-aws.yaml
|
50 | 50 | persistentVolumeClaimTemplatePath: config/pvc.yaml
|
51 | 51 | params:
|
52 |
| - - numNodes: 500 |
53 |
| - numInitPods: 500 |
54 |
| - numPodsToSchedule: 1000 |
55 |
| - - numNodes: 5000 |
56 |
| - numInitPods: 5000 |
57 |
| - numPodsToSchedule: 1000 |
| 52 | + - numNodes: 500 |
| 53 | + numInitPods: [500] |
| 54 | + numPodsToSchedule: 1000 |
| 55 | + - numNodes: 5000 |
| 56 | + numInitPods: [5000] |
| 57 | + numPodsToSchedule: 1000 |
58 | 58 | - template:
|
59 | 59 | desc: SchedulingMigratedInTreePVs
|
60 | 60 | nodes:
|
|
66 | 66 | ebs.csi.aws.com:
|
67 | 67 | count: 39
|
68 | 68 | migratedPlugins:
|
69 |
| - - "kubernetes.io/aws-ebs" |
| 69 | + - "kubernetes.io/aws-ebs" |
70 | 70 | initPods:
|
71 |
| - persistentVolumeTemplatePath: config/pv-aws.yaml |
| 71 | + - persistentVolumeTemplatePath: config/pv-aws.yaml |
72 | 72 | persistentVolumeClaimTemplatePath: config/pvc.yaml
|
73 | 73 | podsToSchedule:
|
74 | 74 | persistentVolumeTemplatePath: config/pv-aws.yaml
|
|
77 | 77 | CSIMigration: true
|
78 | 78 | CSIMigrationAWS: true
|
79 | 79 | params:
|
80 |
| - - numNodes: 500 |
81 |
| - numInitPods: 500 |
82 |
| - numPodsToSchedule: 1000 |
83 |
| - - numNodes: 5000 |
84 |
| - numInitPods: 5000 |
85 |
| - numPodsToSchedule: 1000 |
| 80 | + - numNodes: 500 |
| 81 | + numInitPods: [500] |
| 82 | + numPodsToSchedule: 1000 |
| 83 | + - numNodes: 5000 |
| 84 | + numInitPods: [5000] |
| 85 | + numPodsToSchedule: 1000 |
86 | 86 | - template:
|
87 | 87 | desc: SchedulingCSIPVs
|
88 | 88 | nodes:
|
|
94 | 94 | ebs.csi.aws.com:
|
95 | 95 | count: 39
|
96 | 96 | initPods:
|
97 |
| - persistentVolumeTemplatePath: config/pv-csi.yaml |
| 97 | + - persistentVolumeTemplatePath: config/pv-csi.yaml |
98 | 98 | persistentVolumeClaimTemplatePath: config/pvc.yaml
|
99 | 99 | podsToSchedule:
|
100 | 100 | persistentVolumeTemplatePath: config/pv-csi.yaml
|
101 | 101 | persistentVolumeClaimTemplatePath: config/pvc.yaml
|
102 | 102 | params:
|
103 |
| - - numNodes: 500 |
104 |
| - numInitPods: 500 |
105 |
| - numPodsToSchedule: 1000 |
106 |
| - - numNodes: 5000 |
107 |
| - numInitPods: 5000 |
108 |
| - numPodsToSchedule: 1000 |
| 103 | + - numNodes: 500 |
| 104 | + numInitPods: [500] |
| 105 | + numPodsToSchedule: 1000 |
| 106 | + - numNodes: 5000 |
| 107 | + numInitPods: [5000] |
| 108 | + numPodsToSchedule: 1000 |
109 | 109 | - template:
|
110 | 110 | desc: SchedulingPodAffinity
|
111 | 111 | nodes:
|
|
114 | 114 | labelKey: "failure-domain.beta.kubernetes.io/zone"
|
115 | 115 | labelValue: "zone1"
|
116 | 116 | initPods:
|
117 |
| - podTemplatePath: config/pod-with-pod-affinity.yaml |
| 117 | + - podTemplatePath: config/pod-with-pod-affinity.yaml |
118 | 118 | podsToSchedule:
|
119 | 119 | podTemplatePath: config/pod-with-pod-affinity.yaml
|
120 | 120 | params:
|
121 |
| - - numNodes: 500 |
122 |
| - numInitPods: 500 |
123 |
| - numPodsToSchedule: 1000 |
124 |
| - - numNodes: 5000 |
125 |
| - numInitPods: 5000 |
126 |
| - numPodsToSchedule: 1000 |
| 121 | + - numNodes: 500 |
| 122 | + numInitPods: [500] |
| 123 | + numPodsToSchedule: 1000 |
| 124 | + - numNodes: 5000 |
| 125 | + numInitPods: [5000] |
| 126 | + numPodsToSchedule: 1000 |
127 | 127 | - template:
|
128 | 128 | desc: SchedulingPreferredPodAffinity
|
129 | 129 | nodes:
|
130 | 130 | uniqueNodeLabelStrategy:
|
131 | 131 | labelKey: kubernetes.io/hostname
|
132 | 132 | initPods:
|
133 |
| - podTemplatePath: config/pod-with-preferred-pod-affinity.yaml |
| 133 | + - podTemplatePath: config/pod-with-preferred-pod-affinity.yaml |
134 | 134 | podsToSchedule:
|
135 | 135 | podTemplatePath: config/pod-with-preferred-pod-affinity.yaml
|
136 | 136 | params:
|
137 |
| - - numNodes: 500 |
138 |
| - numInitPods: 500 |
139 |
| - numPodsToSchedule: 1000 |
140 |
| - - numNodes: 5000 |
141 |
| - numInitPods: 5000 |
142 |
| - numPodsToSchedule: 1000 |
| 137 | + - numNodes: 500 |
| 138 | + numInitPods: [500] |
| 139 | + numPodsToSchedule: 1000 |
| 140 | + - numNodes: 5000 |
| 141 | + numInitPods: [5000] |
| 142 | + numPodsToSchedule: 1000 |
143 | 143 | - template:
|
144 | 144 | desc: SchedulingPreferredPodAntiAffinity
|
145 | 145 | nodes:
|
146 | 146 | uniqueNodeLabelStrategy:
|
147 | 147 | labelKey: kubernetes.io/hostname
|
148 | 148 | initPods:
|
149 |
| - podTemplatePath: config/pod-with-preferred-pod-anti-affinity.yaml |
| 149 | + - podTemplatePath: config/pod-with-preferred-pod-anti-affinity.yaml |
150 | 150 | podsToSchedule:
|
151 | 151 | podTemplatePath: config/pod-with-preferred-pod-anti-affinity.yaml
|
152 | 152 | params:
|
153 |
| - - numNodes: 500 |
154 |
| - numInitPods: 500 |
155 |
| - numPodsToSchedule: 1000 |
156 |
| - - numNodes: 5000 |
157 |
| - numInitPods: 5000 |
158 |
| - numPodsToSchedule: 1000 |
| 153 | + - numNodes: 500 |
| 154 | + numInitPods: [500] |
| 155 | + numPodsToSchedule: 1000 |
| 156 | + - numNodes: 5000 |
| 157 | + numInitPods: [5000] |
| 158 | + numPodsToSchedule: 1000 |
159 | 159 | - template:
|
160 | 160 | desc: SchedulingNodeAffinity
|
161 | 161 | nodes:
|
|
164 | 164 | labelKey: "failure-domain.beta.kubernetes.io/zone"
|
165 | 165 | labelValue: "zone1"
|
166 | 166 | initPods:
|
167 |
| - podTemplatePath: config/pod-with-node-affinity.yaml |
| 167 | + - podTemplatePath: config/pod-with-node-affinity.yaml |
168 | 168 | podsToSchedule:
|
169 | 169 | podTemplatePath: config/pod-with-node-affinity.yaml
|
170 | 170 | params:
|
171 |
| - - numNodes: 500 |
172 |
| - numInitPods: 500 |
173 |
| - numPodsToSchedule: 1000 |
174 |
| - - numNodes: 5000 |
175 |
| - numInitPods: 5000 |
176 |
| - numPodsToSchedule: 1000 |
| 171 | + - numNodes: 500 |
| 172 | + numInitPods: [500] |
| 173 | + numPodsToSchedule: 1000 |
| 174 | + - numNodes: 5000 |
| 175 | + numInitPods: [5000] |
| 176 | + numPodsToSchedule: 1000 |
| 177 | +- template: |
| 178 | + desc: MixedSchedulingBasePod |
| 179 | + initPods: |
| 180 | + - podTemplatePath: config/pod-default.yaml |
| 181 | + - podTemplatePath: config/pod-with-pod-affinity.yaml |
| 182 | + - podTemplatePath: config/pod-with-pod-anti-affinity.yaml |
| 183 | + - podTemplatePath: config/pod-with-preferred-pod-affinity.yaml |
| 184 | + - podTemplatePath: config/pod-with-preferred-pod-anti-affinity.yaml |
| 185 | + podsToSchedule: |
| 186 | + podTemplatePath: config/pod-default.yaml |
| 187 | + params: |
| 188 | + - numNodes: 500 |
| 189 | + numInitPods: [200, 200, 200, 200, 200] |
| 190 | + numPodsToSchedule: 1000 |
| 191 | + - numNodes: 5000 |
| 192 | + numInitPods: [2000, 2000, 2000, 2000, 2000] |
| 193 | + numPodsToSchedule: 1000 |
0 commit comments