Update and rename install/readme.md to install/k8s/readme.md

pull/122/head
StarsL.cn 2023-10-08 16:54:29 +08:00 committed by GitHub
parent 27d8a1afc4
commit 1beb41e485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
## 2023-10-8前使用该脚本在K8S部署consul的同学请注意.
1. 完成第3步操作前不要删除consul的pod,也不要重启consul
## 2023-10-8前使用该install.sh脚本在K8S部署consul的同学请注意.
1. **完成第3步操作前不要删除consul的pod,也不要重启consul,否则会造成所有Consul KV数据丢失**
2. 使用kubectl进入conusl的容器`kubectl exec -i -t -n tensuns consul-0 -c consul -- sh -c "sh"`
3. 备份consul的KV存储数据
```