feat: 迁移基础设施到Nomad和Podman并重构配置
refactor: 更新Ansible Playbooks以支持Nomad集群 docs: 更新文档反映从Docker Swarm到Nomad的迁移 ci: 更新Gitea工作流以支持Podman构建 test: 添加Nomad作业测试文件 build: 更新Makefile以支持Podman操作 chore: 清理旧的Docker Swarm相关文件和配置
This commit is contained in:
@@ -26,12 +26,10 @@
|
||||
|
||||
### 1. 启动 Consul 集群
|
||||
|
||||
```bash
|
||||
# 进入 swarm 目录
|
||||
cd swarm
|
||||
当前集群已从 Docker Swarm 迁移到 Nomad + Podman,请使用 Nomad 部署 Consul 集群:
|
||||
|
||||
# 启动 Consul 集群
|
||||
docker-compose -f configs/traefik-consul-setup.yml up -d
|
||||
```bash
|
||||
nomad run /root/mgmt/consul-cluster-nomad.nomad
|
||||
```
|
||||
|
||||
### 2. 设置 Oracle Cloud 配置
|
||||
|
||||
Reference in New Issue
Block a user