Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[WIP] Support custom components' scheduling #1679

Closed
wants to merge 1 commit into from

Conversation

pixiake
Copy link
Collaborator

@pixiake pixiake commented Sep 15, 2021

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

Signed-off-by: pixiake <guofeng@yunify.com>
@ks-ci-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: pixiake

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ks-ci-bot ks-ci-bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Sep 15, 2021
@pixiake pixiake added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. and removed approved Indicates a PR has been approved by an approver from all required OWNERS files. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Sep 15, 2021
@pixiake pixiake changed the title Support custom components' scheduling [WIP] Support custom components' scheduling Sep 15, 2021
@pixiake pixiake linked an issue Sep 15, 2021 that may be closed by this pull request
@ks-ci-bot ks-ci-bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Sep 15, 2021
@pixiake pixiake closed this Sep 17, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support custom components' scheduling
2 participants