[FEATURE] Add support for nodeSelector and tolerations in Deployment
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 45/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- helm, kubernetes
- Domain
- infrastructure
Research direction
Inspect the Helm chart's Deployment manifest and existing configuration values for scheduling options. Add configurable nodeSelector and tolerations support, then render the chart to verify both fields appear in the Deployment with the requested values.
Written by the indexing model from the issue text.
Description
❓ Problem Statement / Motivation
The current Helm chart does not provide configuration options for setting nodeSelector or tolerations on the Deployment. This limits our ability to control where the deployment is scheduled.
The Deployment manifest lacks support for:
nodeSelector
tolerations
As a result, we are unable to schedule the deployment on specific nodes with dedicated roles.
💡 Proposed Solution
We’d like to be able to configure the Deployment section of the Helm chart to include:
tolerations:
- key: node/role
value: tools
effect: NoSchedule
operator: Equal
nodeSelector:
node/role: tools
🙋 Are you willing to contribute?
- I am willing to submit a PR for this feature
- Dominant language
- Go
- Stars
- 35
- Forks
- 30
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 3
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from kagent-dev/tools
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
kagent-dev/tools#54 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 45/100
kagent-dev/tools#82 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 78/100
kagent-dev/tools#80 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 72/100
kagent-dev/tools#69 · 1 comment ·
-
Difficulty 3/5 1-2 days Newbie friendliness 68/100
kagent-dev/tools#68 · 1 comment ·
All issues in kagent-dev/tools
Similar issues
-
agentic-workflows
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
agentic-workflows
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
microsoft/agent-framework-go#1179 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
[Bug]: OLLAMA_KEEP_ALIVE="5m" / "24h" crashes Ollama embedding and vision models with ValueError Open
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
infiniflow/ragflow#20223 · 1 reaction ·
-
bug needs triage pkg/translator/faro
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
open-telemetry/opentelemetry-collector-contrib#51484 · 1 comment ·