Pin minikube to 1.22.0

Version 1.23.0 is failing; create_namespace_role gets a 404.  It's
unclear whether this is due to the k8s version change
(v1.21.2 -> v1.22.1) or minikube itself (v1.22.0 -> v1.23.0).

Until we learn more, pin to the previously working k8s version to
unblock the rest of Nodepool.

Change-Id: I3a5a0040e57eae3bb6e5a7c093343232c5324902
This commit is contained in:
James E. Blair 2021-09-06 09:00:47 -07:00
parent 4edaeba702
commit 5b07469afc

View File

@ -23,6 +23,8 @@
post-run: playbooks/nodepool-functional-k8s/post.yaml
required-projects:
- zuul/nodepool
vars:
minikube_version: v1.22.0 # NOTE(corvus): 1.23.0 failed with 404 on create_namespaced_role
- job:
description: |