Skip to content

Commit

Permalink
Merge pull request #1744 from prafull01/kb-k8sversion
Browse files Browse the repository at this point in the history
✨ Upgrade the version of kubernetes to v1.18.0 for local e2e tests
  • Loading branch information
k8s-ci-robot committed Nov 5, 2020
2 parents de8e2f9 + 28f82f0 commit ec9d918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_e2e_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ source common.sh

export TRACE=1
export GO111MODULE=on
export KIND_K8S_VERSION=${KIND_K8S_VERSION:-v1.17.0}
export KIND_K8S_VERSION=${KIND_K8S_VERSION:-v1.18.0}

fetch_tools
install_kind
Expand Down

0 comments on commit ec9d918

Please sign in to comment.