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 上下文的选择方式。使用 issue 中的命令示例对作为验收检查;当每条命令都能在不更改 kubectl 默认上下文的情况下针对其指定的集群,并且选项名称已经确定时,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- kubernetes, rust
- 领域
- cli, infrastructure
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100