stackabletech / stackabletech/stackablectl

Make installation of stack steps conditional

未关闭
#197 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

主要语言
Rust
星标
10
派生
5
平均合并
4 小时 41 分钟
30 天内合并 PR
4

描述

Description

Some demos have requirements that can only be installed at stack installation time. Examples are: airflow dags, jupyter notebooks. These cannot be installed by the demo it's self because that's too late.

Currently some stacks install resources that only make sense as part of demos. This can be confusing and leads to stack pollution with unnecessary steps and resources.

Proposed solution

Introduce some mechanism that allows stacks to create resources conditionally.

In the examples above, stacks should install airflow dags and jupyter notebooks conditionally. The corresponding demos would enable the condition while the stacks would not.

Alternatively, demo stacks could be separated from the "official" stacks.

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

首先跟踪 stackablectl 如何处理堆栈安装和演示选择,尤其是安装 Airflow DAGs 和 Jupyter notebooks 的路径。定义一种机制,使演示能够启用条件资源,而官方堆栈忽略这些资源;或者确定单独的演示堆栈将如何工作;完成标准是:不必要的演示资源不再默认安装。

由索引模型根据 Issue 内容生成。

评估

技术栈
jupyter-notebook, rust
领域
cli, devops
Issue 类型
功能
难度
5/5
预计耗时
一周以上
活跃度
停滞
描述清晰度
需要澄清
新手友好度
25/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。