Skip to content

Commit 3bf1df5

Browse files
authored
Merge pull request #32692 from pipo02mix/patch-1
Update pod-topology-spread-constraints adding the missing scheduler name
2 parents 59d7fde + 8a58d35 commit 3bf1df5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/en/docs/concepts/workloads/pods/pod-topology-spread-constraints.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,8 @@ apiVersion: kubescheduler.config.k8s.io/v1beta3
302302
kind: KubeSchedulerConfiguration
303303
304304
profiles:
305-
- pluginConfig:
305+
- schedulerName: default-scheduler
306+
pluginConfig:
306307
- name: PodTopologySpread
307308
args:
308309
defaultConstraints:
@@ -362,7 +363,8 @@ apiVersion: kubescheduler.config.k8s.io/v1beta3
362363
kind: KubeSchedulerConfiguration
363364
364365
profiles:
365-
- pluginConfig:
366+
- schedulerName: default-scheduler
367+
pluginConfig:
366368
- name: PodTopologySpread
367369
args:
368370
defaultConstraints: []

0 commit comments

Comments
 (0)