-
Notifications
You must be signed in to change notification settings - Fork 344
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
Unfreeze Rancher version to install stable releases #75
Comments
There are two options for keeping the quickstart version in line with the stable release channel:
For historical context, I'd love discussion on stability vs. maintenance overhead. As the current primary maintainer, I'd rather have confidence in a working setup that requires some occasional attention, as opposed to a setup that requires a quick response. I'm biased though, so all input is much appreciated. |
Had some internal discussions around this topic with other Rancher FEs. If I understand our resolution, the path forward looks like following Rancher best practices to pin the version used, but develop automation to validate new versions (following the Prerequisites include creating a docker image (#76) and developing tests (#77). |
Wanted to note a discovery: according to this commit, cert-manager versions were upgraded from 0.9 to 0.12 in December 2019, right before a wave of releases including this in their release notes (for example, v2.3.4). Some internal discussions claimed only 2.4 had changes for cert-manager versions, glad this gives a concrete example of the possibility for instability. |
The version of Rancher installed by the quickstart should follow the stable release channel. As suggested by @chrisurwin, instead of locking the version to a default in the variables, allow specifying a version of Rancher but use the most recent chart from
rancher-stable
(https://releases.rancher.com/server-charts/stable).The text was updated successfully, but these errors were encountered: