Skip to content
Snippets Groups Projects
Unverified Commit 2511e142 authored by Andreas Krüger's avatar Andreas Krüger Committed by GitHub
Browse files

Merge pull request #2346 from Miouge1/kube-scheduler-mode

Use legacy policy config to apply the scheduler policy
parents 0f5ea547 4c280e59
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,7 @@ spec: ...@@ -29,6 +29,7 @@ spec:
- --leader-elect=true - --leader-elect=true
- --kubeconfig={{ kube_config_dir }}/kube-scheduler-kubeconfig.yaml - --kubeconfig={{ kube_config_dir }}/kube-scheduler-kubeconfig.yaml
{% if volume_cross_zone_attachment %} {% if volume_cross_zone_attachment %}
- --use-legacy-policy-config
- --policy-config-file={{ kube_config_dir }}/kube-scheduler-policy.yaml - --policy-config-file={{ kube_config_dir }}/kube-scheduler-policy.yaml
{% endif %} {% endif %}
- --profiling=false - --profiling=false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment