This message was deleted.
# rke
a
This message was deleted.
h
yes that tends to be bit confusing... however, 1.3.x - 1.4.x are RKE versions: https://github.com/rancher/rke/#latest-release v1.23 - 1.26 are kubernetes versions
You have to download RKE binary from the github site (this will be version 1.4.x) then when you run following it will show you which kubernetes version you can run with that RKE binary:
rke config --list-version --all
Copy code
# ./rke-1.4.11 config --list-version --all
v1.23.16-rancher2-3
v1.25.14-rancher1-1
v1.24.17-rancher1-1
v1.26.9-rancher1-1
m
alright thanks a lot. And in the compatibility matrix always the k8s version counts regardless of the rke version right? And then I check the rancher page for rke1 imported compatibilty.?
h
correct
👍 2