stackabletech / stackabletech/stackablectl

Support dry-running

未關閉
#189 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視

還沒有人認領這個 Issue。

主要語言
Rust
星號
10
分支
5
平均合併
4 小時 41 分鐘
30 天內合併 PR
4

描述

Should be similar to helm dry-run. It should output a script which prints out commands that can be run on a bash shell.
Currently stackablectl only supports installing helm packages and k8s manifests, they should be easily map-able to bash commands.
E.g.

helm install minio
kubectl apply - << "EOF"
TrinoCluster
EOF

貢獻指南

這個儲存庫沒有索引到貢獻指南

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

研究方向

從 stackablectl CLI 入口開始,追蹤 Helm 套件和 Kubernetes manifest 的安裝方式。定義 dry run 應如何將這些操作呈現為 Bash 指令碼,然後驗證輸出包含可執行的 Helm 和 kubectl 命令,而不執行安裝。

由索引模型根據 Issue 內容生成。

評估

技術堆疊
helm, kubernetes, rust
領域
cli, devops
Issue 類型
功能
難度
4/5
預估耗時
3-5 天
活躍度
停滯
描述清晰度
基本清楚
新手友好度
25/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。