Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

[FEATURE] Add support for nodeSelector and tolerations in Deployment

Open
#22 0 comments 0 reactions 0 assignees View on GitHub

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

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from kagent-dev/tools

All issues in kagent-dev/tools

Similar issues

More Go issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.