Merge pull request #1566 from my-git9/test

[fix] Add docker existence check
This commit is contained in:
karmada-bot 2022-03-31 15:39:02 +08:00 committed by GitHub
commit 8758073f73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,9 @@ fi
util::cmd_must_exist "go"
util::verify_go_version
# Make sure docker exists
util::cmd_must_exist "docker"
# install kind and kubectl
kind_version=v0.12.0
echo -n "Preparing: 'kind' existence check - "