dind-cluster 1.8

This commit is contained in:
Stefan Prodan
2018-01-22 00:49:10 +02:00
parent 1affacee22
commit 1d8784ba62
+1 -1
View File
@@ -17,7 +17,7 @@ before_install:
- curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl"
- mkdir -p .bin; mv ./kubectl .bin/kubectl && chmod +x .bin/kubectl
- export PATH="$TRAVIS_BUILD_DIR/.bin:$PATH"
- wget https://cdn.rawgit.com/Mirantis/kubeadm-dind-cluster/master/fixed/dind-cluster-v1.9.sh && chmod +x dind-cluster-v1.9.sh && ./dind-cluster-v1.9.sh up
- wget https://cdn.rawgit.com/Mirantis/kubeadm-dind-cluster/master/fixed/dind-cluster-v1.8.sh && chmod +x dind-cluster-v1.8.sh && ./dind-cluster-v1.8.sh up
- export PATH="$HOME/.kubeadm-dind-cluster:$PATH"
- kubectl get nodes