Remove k8s cluster version pin (#1572)

This commit is contained in:
David Simansky 2022-01-21 10:31:05 +01:00 committed by GitHub
parent 9b838cfb0a
commit fc85cff55c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ export PATH=$PATH:${REPO_ROOT_DIR}
run() { run() {
# Create cluster # Create cluster
initialize $@ --skip-istio-addon --cluster-version=1.20 initialize $@ --skip-istio-addon
# Smoke test # Smoke test
eval smoke_test || fail_test eval smoke_test || fail_test