mirror of https://github.com/knative/client.git
Remove k8s cluster version pin (#1572)
This commit is contained in:
parent
9b838cfb0a
commit
fc85cff55c
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue