Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

[FEATURE] Add support for nodeSelector and tolerations in Deployment

オープン
#22 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
45/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
helm, kubernetes

調査の方向性

Helm chart の Deployment マニフェストと既存の設定値を調査し、スケジューリング オプションを確認します。設定可能な nodeSelector と tolerations のサポートを追加し、その後 chart をレンダリングして、要求された値を持つ両方のフィールドが Deployment に現れることを確認します。

索引モデルが issue の本文から書いたものです。

説明

❓ 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
主要言語
Go
スター
35
フォーク
30
平均マージ
3日 23時間
マージ済み PR(30日)
3

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

kagent-dev/tools のほかの issue

kagent-dev/tools の issue をすべて見る

似ている issue

Go の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。