Skip to content

[WIP] Support custom components' scheduling

Calvin Yu请求将github/fork/pixiake/scheduling合并到master

Created by: pixiake

Supports configuring global or individual custom scheduling policies for components.

Expose affinity / tolerations / nodeSelector as configurable items for each component

example:

  auditing: 
    enabled: false 
    affinity: {}
    tolerations: {}
    nodeSelector: {}
    operator:
      resources: {}
    webhook:
      resources: {}

Signed-off-by: pixiake guofeng@yunify.com

合并请求报告