Commit c72209ee by tingweiwang

Delete 7-coredns_install.sh

1 parent 0930a6ee
Showing with 0 additions and 6 deletions
#!/bin/bash
harbor_host=192.168.1.32:5000
sed -i s/harbor_host/$harbor_host/g /root/k8s/config/coredns.yaml
kubectl create -f /root/k8s/config/coredns.yaml
echo "恢复模板配置"
sed -i s/$harbor_host/harbor_host/g /root/k8s/config/coredns.yaml
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!