Update README.md

pull/48/head
StarsL.cn 2022-12-31 15:03:29 +08:00 committed by GitHub
parent a1610ade55
commit 4f177fdad7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 5 deletions

View File

@ -68,11 +68,15 @@
- 启动:`docker-compose pull && docker-compose up -d`
- 访问:`http://{IP}:1026`,使用配置的变量 **`admin_passwd`** 登录
##### 3.使用k8s来部署ConsulManager
##### 创建命名空间
- `kubectl create namespace consulmanager`
##### 部署consulmanager服务
- `kubectl apply -f consulmanager.yaml`
##### 3.使用K8S来部署ConsulManager
```
# 编辑 k8s-deploy.yaml
1. 修改24、40行的x.x.x.x为Consul的IP。
2. 修改36行为Web登录admin账号的密码。
3. 修改38行为Consul的访问token。
4. 执行以下命令部署:
kubectl apply -n 命名空间 -f k8s-deploy.yaml
```
## 📌[更新记录](https://github.com/starsliao/ConsulManager/releases)