You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: