Skip to content

Commit 56a5789

Browse files
authored
Merge pull request #32971 from my-git9/pod-topology-spread-constraints2
[zh] Update pod-topology-spread-constraints.md
2 parents a2f3549 + 6b5c8a3 commit 56a5789

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,8 @@ apiVersion: kubescheduler.config.k8s.io/v1beta3
498498
kind: KubeSchedulerConfiguration
499499
500500
profiles:
501-
- pluginConfig:
501+
- schedulerName: default-scheduler
502+
pluginConfig:
502503
- name: PodTopologySpread
503504
args:
504505
defaultConstraints:
@@ -589,7 +590,8 @@ apiVersion: kubescheduler.config.k8s.io/v1beta3
589590
kind: KubeSchedulerConfiguration
590591
591592
profiles:
592-
- pluginConfig:
593+
- schedulerName: default-scheduler
594+
pluginConfig:
593595
- name: PodTopologySpread
594596
args:
595597
defaultConstraints: []

0 commit comments

Comments
 (0)