Skip to content

Commit 8a58d35

Browse files
authored
Update pod-topology-spread-constraints.md
1 parent eb33931 commit 8a58d35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
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:

0 commit comments

Comments
 (0)