diff options
| author | fisherxu <xufei40@huawei.com> | 2020-11-03 15:12:48 +0800 |
|---|---|---|
| committer | fisherxu <xufei40@huawei.com> | 2020-11-03 15:12:48 +0800 |
| commit | d5f03c886b01d0dcbdae414a79bf675f003aa381 (patch) | |
| tree | 5a4b4029da6c5d061e4209ac5218c13ebe1db0b9 /hack/lib/install.sh | |
| parent | Merge pull request #2223 from dingyin/1.19 (diff) | |
| download | kubeedge-d5f03c886b01d0dcbdae414a79bf675f003aa381.tar.gz | |
upgrade the kind to latest version
Diffstat (limited to 'hack/lib/install.sh')
| -rw-r--r-- | 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 1add9c346..28bf1f6f2 100644 --- a/hack/lib/install.sh +++ b/hack/lib/install.sh @@ -32,7 +32,7 @@ function check_kind { which kind >/dev/null 2>&1 if [[ $? -ne 0 ]]; then echo "installing kind ." - GO111MODULE="on" go get sigs.k8s.io/kind@v0.7.0 + GO111MODULE="on" go get sigs.k8s.io/kind@v0.9.0 if [[ $? -ne 0 ]]; then echo "kind installed failed, exiting." exit 1 |
