File tree 1 file changed +0
-12
lines changed
1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -49,18 +49,6 @@ echo "export https_proxy='$2'" >> /etc/profile.d/envvar.sh
49
49
source /etc/profile.d/envvar.sh
50
50
SCRIPT
51
51
52
- install_contiv = <<SCRIPT
53
- kubectl apply -f /shared/.contiv.yaml
54
- contiv_version=$(grep -m 1 "contiv/netplugin:" /shared/.contiv.yaml | awk -F ":" '{print $3}' | xargs)
55
- curl -L -O https://github.com/contiv/netplugin/releases/download/$contiv_version/netplugin-$contiv_version.tar.bz2
56
- tar xf netplugin-$contiv_version.tar.bz2 netctl
57
- rm -f netplugin-$contiv_version.tar.bz2
58
- chmod +x netctl
59
- mv netctl /usr/bin/
60
- kubectl get deployment/kube-dns -n kube-system -o json > /shared/kube-dns.yaml
61
- kubectl delete deployment -n kube-system kube-dns
62
- SCRIPT
63
-
64
52
# method to read the cluster config file
65
53
def read_cluster_config
66
54
if ENV [ 'VAGRANT_CWD' ] then
You can’t perform that action at this time.
0 commit comments