Commit 7f8938d4 by tingweiwang

Update deploy-gpu-k8s.sh

1 parent 935a1ada
Showing with 1 additions and 0 deletions
......@@ -388,6 +388,7 @@ kubectl get csr|grep 'Pending' | awk 'NR>0{print $1}'| xargs kubectl certificate
ansible master -m shell -a "service kube-proxy restart"
ansible master -m shell -a "systemctl enable kubelet.service"
ansible master -m shell -a "systemctl enable kube-proxy.service"
ansible master -m shell -a "service docker restart"
###########################安装harbor私有仓库##############
echo "解压harbor到/usr/local/目录"
tar -xvzf /root/k8s/package/harbor_aly.tar.gz -C /usr/local/
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!