原文连接:http://www.duozhi.online/2023/10/20/docker-%e5%90%af%e5%8a%a8rancher/
1.节点
192.168.0.204
2.搭建
helm装实在太慢了,拉镜像费老劲,就直接启动docker了,最好还是helm安装下
docker run -d --restart=unless-stopped \
-p 80:80 -p 443:443 \
--privileged \
rancher/rancher:latest
登陆设置密码
用户:admin 密码:admin12admin
添加现有集群
按照如下操作即可
等着变为active
集群中的pod running后才会active
其中fleet-agent是看log创建出的pod
3.访问
http:192.168.0.204
参考文献
https://docs.rancher.cn/docs/rancher2.5/installation/other-installation-methods/single-node-docker/_index
https://docs.rancher.cn/docs/rancher2/cluster-provisioning/imported-clusters/_index/