huangjc

启动Rancher 加入ca证书:

docker run -d  --restart=unless-stopped -p 8080:8080 -v /root/cacert.crt:/var/lib/rancher/etc/ssl/ca.crt rancher/server

 

openldap tls加密验证:

 

Rancher HA:

1、创建好外部mysql数据库!

2:启动Rancher server端:

docker run -d  --name rancher-server --restart=unless-stopped -v /root/cacert.pem:/var/lib/rancher/etc/ssl/ca.crt -e TZ=Asia/Shanghai -p 8080:8080 -p 172.16.103.99:9345:9345 rancher/server:v1.4.1 --db-host 172.16.103.99 --db-port 3306 --db-user rancher --db-pass rancher --db-name rancherdb --advertise-address 172.16.103.99

分类:

技术点:

相关文章:

  • 2021-11-20
  • 2021-11-25
  • 2021-05-13
  • 2021-08-04
  • 2021-12-09
  • 2022-01-04
  • 2021-09-04
  • 2021-05-20
猜你喜欢
  • 2022-12-23
  • 2021-11-09
  • 2021-08-21
  • 2021-11-03
  • 2022-12-23
  • 2021-09-02
  • 2022-12-23
相关资源
相似解决方案