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

Add Toleration and NodeSelector options to Donkey container #10

Open
ajadams-T4 opened this issue Jan 24, 2025 · 0 comments
Open

Add Toleration and NodeSelector options to Donkey container #10

ajadams-T4 opened this issue Jan 24, 2025 · 0 comments

Comments

@ajadams-T4
Copy link

I recently tried out the Fivetran Helm chart (version 0.1.0) and successfully deployed Fivetran in AKS. Using the tolerations and nodeSelector settings available in the Helm chart values, I was able to deploy the hdagent (controller pod) to the correct node pool.

However, I noticed that the test runner pod and the donkey pods do not inherit the tolerations and nodeSelector configurations specified in the Helm values. This inconsistency prevents these pods from being scheduled on the desired node pool, which is crucial for our workload management and cost optimization

node_selector:
  kubernetes.azure.com/scalesetpriority: "spot"
tolerations:
  - key: "kubernetes.azure.com/scalesetpriority"
    operator: "Equal"
    value: "spot"
    effect: "NoSchedule"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant