摘要:
1、kubernetes管理节点部署 1.1、部署主机 YN101-22.host.com 1.2、初始化管理节点 导出配置文件 cd /usr/local/kubernetes/cluster kubeadm config print init-defaults --kubeconfig Clus 阅读全文
posted @ 2020-02-22 17:26
kevin_ying
阅读(2907)
评论(0)
推荐(0)
摘要:
1、设置防火墙为 Iptables 并设置空规则 #需关闭防火墙firewalld yum -y install iptables-services && systemctl start iptables && systemctl enable iptables && iptables -F && 阅读全文
posted @ 2020-02-22 17:20
kevin_ying
阅读(1416)
评论(0)
推荐(0)
摘要:
1、部署主机 YN101-100.host.com 2、官方github地址下载二进制包并安装 下载包统一存放位置 cd /opt/src 解压 tar xf harbor-offline-installer-v1.8.5.tgz -C /opt/ 重命名,做版本标记 mv harbor/ harb 阅读全文
posted @ 2020-02-22 16:20
kevin_ying
阅读(1198)
评论(0)
推荐(0)