### k3s 部署仓库 让你快速拥有一个高可用的k3s集群 并且具有完备的生产级能力(监控、告警、防护、负载、备份) #### 集群安装相关 参见 [ansible/README.md](ansible/README.md) #### 应用相关 参见 [flux/README.md](flux/README.md) ```shell 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 ```