File tree Expand file tree Collapse file tree 4 files changed +28
-28
lines changed
en/docs/concepts/workloads/pods
fr/docs/concepts/workloads/pods
id/docs/concepts/workloads/pods
ko/docs/concepts/workloads/pods Expand file tree Collapse file tree 4 files changed +28
-28
lines changed Original file line number Diff line number Diff line change @@ -295,13 +295,13 @@ apiVersion: kubescheduler.config.k8s.io/v1beta1
295
295
kind : KubeSchedulerConfiguration
296
296
297
297
profiles :
298
- pluginConfig :
299
- - name : PodTopologySpread
300
- args :
301
- defaultConstraints :
302
- - maxSkew : 1
303
- topologyKey : topology.kubernetes.io/zone
304
- whenUnsatisfiable : ScheduleAnyway
298
+ - pluginConfig :
299
+ - name : PodTopologySpread
300
+ args :
301
+ defaultConstraints :
302
+ - maxSkew : 1
303
+ topologyKey : topology.kubernetes.io/zone
304
+ whenUnsatisfiable : ScheduleAnyway
305
305
` ` `
306
306
307
307
{{< note >}}
Original file line number Diff line number Diff line change @@ -205,13 +205,13 @@ apiVersion: kubescheduler.config.k8s.io/v1alpha2
205
205
kind: KubeSchedulerConfiguration
206
206
207
207
profiles:
208
- pluginConfig:
209
- - name: PodTopologySpread
210
- args:
211
- defaultConstraints:
212
- - maxSkew: 1
213
- topologyKey: failure-domain.beta .kubernetes.io/zone
214
- whenUnsatisfiable: ScheduleAnyway
208
+ - pluginConfig:
209
+ - name: PodTopologySpread
210
+ args:
211
+ defaultConstraints:
212
+ - maxSkew: 1
213
+ topologyKey: topology .kubernetes.io/zone
214
+ whenUnsatisfiable: ScheduleAnyway
215
215
```
216
216
217
217
{{< note >}}
Original file line number Diff line number Diff line change @@ -249,13 +249,13 @@ apiVersion: kubescheduler.config.k8s.io/v1alpha2
249
249
kind: KubeSchedulerConfiguration
250
250
251
251
profiles:
252
- pluginConfig:
253
- - name: PodTopologySpread
254
- args:
255
- defaultConstraints:
256
- - maxSkew: 1
257
- topologyKey: failure-domain.beta .kubernetes.io/zone
258
- whenUnsatisfiable: ScheduleAnyway
252
+ - pluginConfig:
253
+ - name: PodTopologySpread
254
+ args:
255
+ defaultConstraints:
256
+ - maxSkew: 1
257
+ topologyKey: topology .kubernetes.io/zone
258
+ whenUnsatisfiable: ScheduleAnyway
259
259
` ` `
260
260
261
261
{{< note >}}
Original file line number Diff line number Diff line change @@ -295,13 +295,13 @@ apiVersion: kubescheduler.config.k8s.io/v1beta1
295
295
kind : KubeSchedulerConfiguration
296
296
297
297
profiles :
298
- pluginConfig :
299
- - name : PodTopologySpread
300
- args :
301
- defaultConstraints :
302
- - maxSkew : 1
303
- topologyKey : topology.kubernetes.io/zone
304
- whenUnsatisfiable : ScheduleAnyway
298
+ - pluginConfig :
299
+ - name : PodTopologySpread
300
+ args :
301
+ defaultConstraints :
302
+ - maxSkew : 1
303
+ topologyKey : topology.kubernetes.io/zone
304
+ whenUnsatisfiable : ScheduleAnyway
305
305
` ` `
306
306
307
307
{{< note >}}
You can’t perform that action at this time.
0 commit comments