summaryrefslogtreecommitdiff
path: root/hack/lib/install.sh
diff options
context:
space:
mode:
authorwlq1212 <liqing.wu@daocloud.io>2023-08-16 13:38:19 +0800
committerliqing.wu <liqing.wu@daoclod.io>2023-08-23 11:02:11 +0800
commitf7cfbe3cd3c08b9c3693cbc65c3d3d6a567da4a5 (patch)
treedd0708e89c49761abf800dd91456924c57c1770e /hack/lib/install.sh
parentMerge pull request #4953 from Shelley-BaoYue/update-ke-image (diff)
downloadkubeedge-f7cfbe3cd3c08b9c3693cbc65c3d3d6a567da4a5.tar.gz
Add e2e compatibility test
Signed-off-by: wlq1212 <liqing.wu@daoclod.io>
Diffstat (limited to 'hack/lib/install.sh')
-rwxr-xr-xhack/lib/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/lib/install.sh b/hack/lib/install.sh
index e06675cfc..6d777ebd9 100755
--- a/hack/lib/install.sh
+++ b/hack/lib/install.sh
@@ -32,7 +32,7 @@ function check_kind {
command -v kind >/dev/null 2>&1
if [[ $? -ne 0 ]]; then
echo "installing kind ."
- GO111MODULE="on" go install sigs.k8s.io/kind@v0.12.0
+ GO111MODULE="on" go install sigs.k8s.io/kind@v0.17.0
if [[ $? -ne 0 ]]; then
echo "kind installed failed, exiting."
exit 1