mirror of
https://github.com/rancher/rke.git
synced 2025-08-18 23:07:24 +00:00
Fix docker api version for dind
This commit is contained in:
parent
9c5de9f577
commit
9937142abb
@ -54,6 +54,7 @@ nodes:
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Run rke - output to logs and track results.
|
# Run rke - output to logs and track results.
|
||||||
|
export DOCKER_API_VERSION=1.24
|
||||||
./bin/rke up --dind --config "./bin/cluster-${versions_to_test["${ver}"]}.yml" 2>&1 >"./bin/cluster-${versions_to_test["${ver}"]}.log" &
|
./bin/rke up --dind --config "./bin/cluster-${versions_to_test["${ver}"]}.yml" 2>&1 >"./bin/cluster-${versions_to_test["${ver}"]}.log" &
|
||||||
pids="$pids $!"
|
pids="$pids $!"
|
||||||
pid_to_version["$!"]="${versions_to_test["${ver}"]}"
|
pid_to_version["$!"]="${versions_to_test["${ver}"]}"
|
||||||
|
Loading…
Reference in New Issue
Block a user