diff options
| author | KubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com> | 2023-11-23 22:05:37 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-23 22:05:37 +0800 |
| commit | 4fc87c6f2972513d509f25f857db1607ca49b8e2 (patch) | |
| tree | 7e670a9cc0bbf3f4a758981d1f11510ad067f438 /hack | |
| parent | Merge pull request #5137 from fisherxu/add-owners-mapperframework (diff) | |
| parent | update kind version to 0.19.0 (diff) | |
| download | kubeedge-4fc87c6f2972513d509f25f857db1607ca49b8e2.tar.gz | |
Merge pull request #5121 from Shelley-BaoYue/bump-k8s-1.27.7
bump kubernetes dependency version to v1.27.7
Diffstat (limited to 'hack')
| -rwxr-xr-x | hack/lib/install.sh | 2 | ||||
| -rwxr-xr-x | hack/local-up-kubeedge.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hack/lib/install.sh b/hack/lib/install.sh index 621c76c99..3850f063e 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.18.0 + GO111MODULE="on" go install sigs.k8s.io/kind@v0.19.0 if [[ $? -ne 0 ]]; then echo "kind installed failed, exiting." exit 1 diff --git a/hack/local-up-kubeedge.sh b/hack/local-up-kubeedge.sh index bc2ee92b3..750cf13bc 100755 --- a/hack/local-up-kubeedge.sh +++ b/hack/local-up-kubeedge.sh @@ -21,7 +21,7 @@ LOG_LEVEL=${LOG_LEVEL:-2} TIMEOUT=${TIMEOUT:-60}s PROTOCOL=${PROTOCOL:-"WebSocket"} CONTAINER_RUNTIME=${CONTAINER_RUNTIME:-"remote"} -KIND_IMAGE=${1:-"kindest/node:v1.26.0"} +KIND_IMAGE=${1:-"kindest/node:v1.27.0"} echo -e "The installation of the cni plugin will overwrite the cni config file. Use export CNI_CONF_OVERWRITE=false to disable it." if [[ "${CLUSTER_NAME}x" == "x" ]];then |
