Skip to main content
Version: 1.4

Valid Versions​

The list of valid versions for the kubernetesVersion field can be determined from the Rancher metadata using the following commands.

k3s:

curl -sL https://raw.githubusercontent.com/rancher/kontainer-driver-metadata/release-v2.6/data/data.json | jq -r '.k3s.releases[].version'

rke2:

curl -sL https://raw.githubusercontent.com/rancher/kontainer-driver-metadata/release-v2.6/data/data.json | jq -r '.rke2.releases[].version'