Skip to content

Commit

Permalink
Up dind cluster to 1.7 k8s version.
Browse files Browse the repository at this point in the history
Upped kubeadm_dind_cluster to 1.7 version.

Change-Id: I2c8715f1237fde3e5f8037de15a58dffb00ce0dc
  • Loading branch information
vrovachev committed Dec 5, 2017
1 parent 906960d commit d882547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kubeadm_dind_cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ NUM_NODES=${NUM_NODES:-3}
KUBEADM_SCRIPT_URL=${KUBEADM_SCRIPT_URL:-https://cdn.rawgit.com/Mirantis/kubeadm-dind-cluster/master/fixed/dind-cluster}
# kubeadm-dind-cluster supports k8s versions:
# "v1.4", "v1.5" and "v1.6".
DIND_CLUSTER_VERSION=${DIND_CLUSTER_VERSION:-v1.5}
DIND_CLUSTER_VERSION=${DIND_CLUSTER_VERSION:-v1.7}


function kubeadm-dind-cluster {
Expand Down

0 comments on commit d882547

Please sign in to comment.