Changing the name of codeintel-db causes PVC to misalign on name
まだ誰も着手していません。
評価
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 初心者へのやさしさ
- 38/100
- issue の種類
- バグ
- 明瞭さ
- おおむね明確
- 活発さ
- 停滞
- 技術スタック
- helm, kubernetes
- 領域
- devops, infrastructure
調査の方向性
Helm templates で codeIntelDB.name、StatefulSet、および persistent volume claim への参照を検索します。示された値で chart を再現し、レンダリングされたマニフェストを調べて名前の不一致を特定します。カスタムデータベース名によって、その名前で作成された PVC を参照する StatefulSet が生成され、デフォルトの動作も引き続き機能すれば完了です。
索引モデルが issue の本文から書いたものです。
説明
if i use these values:
codeIntelDB:
name: my-release-codeintel-db
enabled: true
then the PVC is created with the same name, eg; my-release-codeintel-db
then, the statefulset is created with the same name, but will reference the default PVC name, creating a deployment failure:
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Warning FailedScheduling 6m6s default-scheduler 0/751 nodes are available: 751 persistentvolumeclaim "codeintel-db" not found. preemption: not eligible due to preemptionPolicy=Never.
Warning FailedScheduling 6m3s default-scheduler 0/751 nodes are available: 751 persistentvolumeclaim "codeintel-db" not found. preemption: not eligible due to preemptionPolicy=Never.
- 主要言語
- Go Template
- スター
- 19
- フォーク
- 24
- 平均マージ
- 1日 4時間
- マージ済み PR(30日)
- 13
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
sourcegraph/deploy-sourcegraph-helm のほかの issue
-
難易度 3/5 1〜2日 初心者へのやさしさ 45/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 45/100
sourcegraph/deploy-sourcegraph-helm#405 · コメント 1 件 ·
-
難易度 3/5 1〜2日 初心者へのやさしさ 38/100
sourcegraph/deploy-sourcegraph-helm#401 · コメント 1 件 ·
-
enhancement team/release-ship
sourcegraph/deploy-sourcegraph-helm#388 · 担当者 2 名 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 55/100
sourcegraph/deploy-sourcegraph-helm の issue をすべて見る
似ている issue
-
agent-ready documentation needs-triage
難易度 1/5 1〜3時間 初心者へのやさしさ 88/100
-
area-deployment area-integrations triage:bot-seen
難易度 2/5 半日 初心者へのやさしさ 86/100
-
agentic-workflows
難易度 2/5 1〜3時間 初心者へのやさしさ 76/100
-
refactor
難易度 2/5 1〜3時間 初心者へのやさしさ 78/100
-
bug build
難易度 1/5 1時間未満 初心者へのやさしさ 91/100
facebookincubator/velox#19194 ·