-
Notifications
You must be signed in to change notification settings - Fork 594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor rke config to current behavior #2149
Comments
This option was added to support listing system-images per version:
If there is any documentation stating this can be used to setup the cluster yaml, this needs to be changed asap. And in the process of fixing this, |
I don't know if there's any documentation, but here's the question - if each version of RKE can install three versions of Kubernetes, how do you get it to install anything other than the most recent one? It would seem like you would set this as part of |
@superseb Lab 2 of Rancher Academy actually mentions the use of the |
I've removed this from Lab 2. |
RKE version:
1.0.4
Steps to Reproduce:
Results:
hyperkube:v1.16.6-rancher1
rke config --version
,kubernetes
uses the default version incluster.yml
-- Edit superseb --
This includes refactoring
rke config
to match the current standards:system_images
but usekubernetes_version
kubernetes_version
configurableThe text was updated successfully, but these errors were encountered: