利用ansible自动化部署k8s
部署docker本地仓库修改httpd端口[rootharbor ~]# vim /etc/httpd/conf/httpd.conf
Listen 4444
[rootharbor ~]# systemctl enable --now httpd[rootharbor ~]# dnf install docker-ce -downloadonly --destdir /mnt/ -y安装docker在harbor仓库节点[rootharbor ~]# dnf inst…
2026/8/24 22:25:06