Closed creydr closed 9 months ago
/lgtm /approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: creydr, dprotaso
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Currently we use the GKE default version for our GKE test clusters (https://cloud.google.com/kubernetes-engine/docs/release-notes-nochannel). This can lead to problems when GKEs version is behind Knatives defined min Kubernetes version and if repositories don't set it via the
--cluster-version
parameter.This PR addresses it, and sets a Knative default for GKE test clusters. Unfortunately this comes with the cost of maintaining this version - but can be reverted, when GKE uses a more recent version as default again.