stackabletech / stackabletech/stackablectl
Feature: stackablectl support for kubectl contexts
未關閉
還沒有人認領這個 Issue。
type/feature-improvement
- 主要語言
- Rust
- 星號
- 10
- 分支
- 5
- 平均合併
- 4 小時 41 分鐘
- 30 天內合併 PR
- 4
描述
I would like to use stackablectl against multiple clusters without having to change the default kubectl context.
For example, I can do:
kubectl --context cluster-a get pods -A
kubectl --context clister-b get pods -A
I would like to be able to do:
stackablectl --context cluster-a list stacklets
stackablectl --context cluster-b list stacklets
An alternative argument could be --kube-context in case --context is misleading, or it could mean something for stackablectl itself.
貢獻指南
這個儲存庫沒有索引到貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
從 stackablectl 的 CLI 進入點開始,檢查命令列引數的定義方式,以及 Kubernetes context 的選取方式。使用 issue 中的命令範例對作為驗收檢查;當每個命令都能在不變更 kubectl 預設 context 的情況下針對其指定的叢集,且選項名稱已確定時,即表示完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- kubernetes, rust
- 領域
- cli, infrastructure
- Issue 類型
- 功能
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100