Skip to content

Commit 43327ae

Browse files
committed
vagrant/k8s/Vagrantfile: remove redundant code
Signed-off-by: Cristian Staretu <[email protected]>
1 parent fbeba92 commit 43327ae

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

vagrant/k8s/Vagrantfile

-12
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,6 @@ echo "export https_proxy='$2'" >> /etc/profile.d/envvar.sh
4949
source /etc/profile.d/envvar.sh
5050
SCRIPT
5151

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-
6452
# method to read the cluster config file
6553
def read_cluster_config
6654
if ENV['VAGRANT_CWD'] then

0 commit comments

Comments
 (0)