Merge pull request #32692 from pipo02mix/patch-1
Update pod-topology-spread-constraints adding the missing scheduler name
This commit is contained in:
commit
3bf1df5a12
|
|
@ -302,7 +302,8 @@ apiVersion: kubescheduler.config.k8s.io/v1beta3
|
||||||
kind: KubeSchedulerConfiguration
|
kind: KubeSchedulerConfiguration
|
||||||
|
|
||||||
profiles:
|
profiles:
|
||||||
- pluginConfig:
|
- schedulerName: default-scheduler
|
||||||
|
pluginConfig:
|
||||||
- name: PodTopologySpread
|
- name: PodTopologySpread
|
||||||
args:
|
args:
|
||||||
defaultConstraints:
|
defaultConstraints:
|
||||||
|
|
@ -362,7 +363,8 @@ apiVersion: kubescheduler.config.k8s.io/v1beta3
|
||||||
kind: KubeSchedulerConfiguration
|
kind: KubeSchedulerConfiguration
|
||||||
|
|
||||||
profiles:
|
profiles:
|
||||||
- pluginConfig:
|
- schedulerName: default-scheduler
|
||||||
|
pluginConfig:
|
||||||
- name: PodTopologySpread
|
- name: PodTopologySpread
|
||||||
args:
|
args:
|
||||||
defaultConstraints: []
|
defaultConstraints: []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue