diff options
| author | gy95 <guoyao17@huawei.com> | 2021-08-11 16:37:44 +0800 |
|---|---|---|
| committer | gy95 <guoyao17@huawei.com> | 2021-08-11 16:37:44 +0800 |
| commit | 8e1a8fe00d38786446fd960d825e7f6e85fa63f1 (patch) | |
| tree | 700630a3325c16b1d8ad48aa5e4070fada49517a /hack/lib/install.sh | |
| parent | support k8s v1.21.X (diff) | |
| download | kubeedge-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/install.sh')
| -rwxr-xr-x | hack/lib/install.sh | 2 |
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 |
