-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
docs: provide K8s deploy #8585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
docs: provide K8s deploy #8585
Conversation
Walkthrough此PR为Alist项目提供了在Kubernetes集群中部署的支持,使用Helm Chart进行安装和管理。Helm Chart文件被添加到项目的 Changes
🪧 TipsFor further assistance, please describe your question in the comments and @petercat-assistant to start a conversation with me. |
@@ -0,0 +1,10 @@ | |||
name: alist |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ensure that the version
and appVersion
fields are specified in the Chart.yaml
file to maintain compatibility and clarity for users.
感谢 @wayne-cheng 的贡献想法!对 K8s 部署 Alist 的重要性表示认同,但个人认为:
再次感谢你的贡献!如果您愿意帮忙完善部署文档,个人表示很欢迎。 |
@xrgzs 我已经调试成功了,并乐意完善相关 K8s 部署文档,不过文档里总得引用一个合适的 helm 包下载地址,我希望它是官方的。虽然有不少开源项目是在其主代码维护的helm包,但我个人也更倾向于使用单独的代码仓库去管理。这样做还可以把项目设置成 Github Pages ,并对外提供可 github.io 域名访问的 Helm Chart 链接。你可以在 AlistGo 下面创建一个 alist-helm 仓库吗? |
我没有权限,你可以 @ 一下 xhofe。 |
这些平台厂商提供的部署模板,只能在他们的平台上跑起来(依赖了其定制的 K8s CRD 资源)。可以参考,但不够中立和普适性。我们需要能直接在原生 K8s 集群上就能运行 alist! |
@xhofe 可以建一个alist-helm 仓库吗? |
Alist 也需要在云计算领域推广,毕竟 K8s 已经相当流行了。
提供在 K8s 集群中安装 alist 的方式。将 Helm Chart 包文件维护在项目根路径的 helm 目录下。