You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rke cli has a command for getting this data rke config --system-images. This should probably be the PRIMARY way we direct people to get lists of rke images.
The text was updated successfully, but these errors were encountered:
This doc page https://rancher.com/docs/rke/latest/en/config-options/system-images/ has a few problems.
The kubernetes version we use as an example is
v1.10.3-rancher2
is comically old. We should updateThe docs link out to https://github.com/rancher/kontainer-driver-metadata/blob/master/rke/k8s_rke_system_images.go. This link is confusing and misleading because the images on this page are not real. For example
quay.io/coreos/flannel:v0.11.0-rancher1
is an upstream repo and a rancher tag. That is a made up combination that we apparently do post-processing on later to turn into `rancher/coreos-flannel:v0.11.0-rancher1. A better alternative is the list of images in their final state: https://github.com/rancher/kontainer-driver-metadata/blob/master/data/data.json#L3816-L3847The rke cli has a command for getting this data
rke config --system-images
. This should probably be the PRIMARY way we direct people to get lists of rke images.The text was updated successfully, but these errors were encountered: