Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Feat add tolerations and affinity to operator deployment #495

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

baptman21
Copy link

@baptman21 baptman21 commented Oct 14, 2024

Description

This PR adds the affinity and tolerations values to the Helm Chart for the deployment of the Operator.

Usage Example

operator:
  affinity:
    nodeAffinity:
      requiredDuringSchedulingIgnoredDuringExecution:
        nodeSelectorTerms:
          - matchExpressions:
            - key: kubernetes.io/arch
              operator: In
              values:
              - amd64
  tolerations:
  - key: "vmtype"
    operator: "Equal"
    value: "spot"
    effect: "NoSchedule"

Community Note

  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.

@baptman21 baptman21 requested a review from a team as a code owner October 14, 2024 09:01
@baptman21 baptman21 force-pushed the feat-add-tollerations-and-affinity branch from c398b10 to 4d3edd5 Compare October 14, 2024 09:02
@arybolovlev arybolovlev added this to the v2.7.1 milestone Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants