stackabletech / stackabletech/documentation
Add a generic section on how to mount extra data into our images
还没有人认领这个 Issue。
- 主要语言
- CSS
- 星标
- 13
- 派生
- 14
- 平均合并
- 4 天 8 小时
- 30 天内合并 PR
- 10
描述
We regularly get questions about how to add binaries or other files into our images at runtime.
There are a few options that we recommend and it differs per operator because not all of them support extra_volumes, but we never wrote this down in a structured fashion and picked a recommended option.
Lets add a section to the docs and spell out the main three or four options along with pros and cons and also mention what not to do.
Possible ways:
- mount OCI artifact
- copy to PV and mount that
- init container to download and copy
- gitsync
Not recommended:
- stick binary data into a ConfigMap or Secret
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
定位合适的共享文档部分,并审阅现有 operator 页面如何描述运行时数据和卷选项。添加一个结构化部分,涵盖 OCI artifacts、复制到 persistent volume、init container 和 gitsync,并列出优点和缺点,同时警告不要将二进制数据放入 ConfigMaps 或 Secrets。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- kubernetes
- 领域
- documentation
- Issue 类型
- 文档
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 55/100