Helm Support for Workload-Based Sync Job Routing #66184
vikram661
started this conversation in
Platform Features or Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Allow routing sync jobs to different node pools based on workload class via Helm configuration.
This would enable lightweight syncs to run on cost-efficient nodes and heavy jobs on high-resource nodes, improving performance and resource utilization.
The current configuration options—such as CHECK_JOB_KUBE_NODE_SELECTORS, DISCOVER_JOB_KUBE_NODE_SELECTORS, etc.—provide node-level selectors for specific job types, but they don’t enable fine-grained control over routing sync jobs based on the workload type (e.g., lightweight vs. resource-intensive).
Beta Was this translation helpful? Give feedback.
All reactions