7d33557c88
·
2026-04-20 19:28:23 +08:00
229 提交
feat(helm): update halo image tag to 2.24.0 and remove recovery sections from cluster configurations
k3s 部署仓库 让你快速拥有一个高可用的k3s集群 并且具有完备的生产级能力(监控、告警、防护、负载、备份)
集群安装相关
应用相关
` ssh-keygen -t ed25519 -C "flux" -f ./flux-git-auth -N ""
ssh-keyscan github.com > ./known_hosts
kubectl -n infra-gitops create secret generic flux-git-auth
--from-file=identity=./flux-git-auth
--from-file=identity.pub=./flux-git-auth.pub
--from-file=known_hosts=./known_hosts
`
描述
语言
Jinja
100%