The version of Cloud Run for Anthos on Google Cloud that is installed when you create or update a cluster with Cloud Run for Anthos on Google Cloud depends on the cluster master version. You should use a version with the latest supported version of Cloud Run. For information on upgrading cluster versions, see Upgrading a cluster.
If you want to use an older version check the release notes to ensure you are not affected by known issues for that version.
The following table lists the available Google Kubernetes Engine versions and Cloud Run for Anthos on Google Cloud versions.
Cloud Run for Anthos on Google Cloud version | GKE Master versions |
---|---|
0.9.0-gke.4 |
|
Determining the version of an existing cluster
To query the version from an existing cluster, use the command
kubectl get namespace knative-serving -o 'go-template={{index .metadata.labels "serving.knative.dev/release"}}'