summaryrefslogtreecommitdiff
path: root/hack/lib
diff options
context:
space:
mode:
authorgy95 <guoyao17@huawei.com>2021-08-11 16:37:44 +0800
committergy95 <guoyao17@huawei.com>2021-08-11 16:37:44 +0800
commit8e1a8fe00d38786446fd960d825e7f6e85fa63f1 (patch)
tree700630a3325c16b1d8ad48aa5e4070fada49517a /hack/lib
parentsupport k8s v1.21.X (diff)
downloadkubeedge-8e1a8fe00d38786446fd960d825e7f6e85fa63f1.tar.gz
bump the kind from 0.9.0 to 0.11.0
Signed-off-by: gy95 <guoyao17@huawei.com>
Diffstat (limited to 'hack/lib')
-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 a6aa87adb..304e3c3fe 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 get sigs.k8s.io/kind@v0.9.0
+ GO111MODULE="on" go get sigs.k8s.io/kind@v0.11.0
if [[ $? -ne 0 ]]; then
echo "kind installed failed, exiting."
exit 1