You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.2 KiB

  1. ---
  2. scheduler_plugins_enabled: false
  3. scheduler_plugins_namespace: scheduler-plugins
  4. scheduler_plugins_controller_replicas: 1
  5. scheduler_plugins_scheduler_replicas: 1
  6. # The default is determined by the number of control plane nodes.
  7. scheduler_plugins_scheduler_leader_elect: "{{ ((groups['kube_control_plane'] | length) > 1) }}"
  8. # Plugins to enable. See https://github.com/kubernetes-sigs/scheduler-plugins/blob/master/manifests/install/charts/as-a-second-scheduler/README.md#configuration for more info.
  9. scheduler_plugins_enabled_plugins:
  10. - Coscheduling
  11. - CapacityScheduling
  12. - NodeResourceTopologyMatch
  13. - NodeResourcesAllocatable
  14. # Plugins to disable. See https://github.com/kubernetes-sigs/scheduler-plugins/blob/master/manifests/install/charts/as-a-second-scheduler/README.md#configuration for more info.
  15. scheduler_plugins_disabled_plugins:
  16. - PrioritySort
  17. # Customize the enabled plugins' config.
  18. # Refer to the "pluginConfig" section of https://github.com/kubernetes-sigs/scheduler-plugins/blob/master/manifests/<plugin>/scheduler-config.yaml.
  19. scheduler_plugins_plugin_config:
  20. - name: Coscheduling
  21. args:
  22. permitWaitingTimeSeconds: 10 # default is 60