We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2f3549 + 6b5c8a3 commit 56a5789Copy full SHA for 56a5789
content/zh/docs/concepts/workloads/pods/pod-topology-spread-constraints.md
@@ -498,7 +498,8 @@ apiVersion: kubescheduler.config.k8s.io/v1beta3
498
kind: KubeSchedulerConfiguration
499
500
profiles:
501
- - pluginConfig:
+ - schedulerName: default-scheduler
502
+ pluginConfig:
503
- name: PodTopologySpread
504
args:
505
defaultConstraints:
@@ -589,7 +590,8 @@ apiVersion: kubescheduler.config.k8s.io/v1beta3
589
590
591
592
593
594
595
596
597
defaultConstraints: []
0 commit comments