Skip to content
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

Install script fails for latest patch versions for 1.27 and 1.28 #4978

Closed
daniel-palmer-gu opened this issue Nov 2, 2023 · 1 comment
Closed

Comments

@daniel-palmer-gu
Copy link

Describe the bug:

There appears to be a disconnect between what https://update.rke2.io/v1-release/channels says is available vs. what is actually available for the install script. Currently 1.27.7 and 1.28.3 show as the latest available via the channels api, but when trying to install, it fails saying they are not available.

Steps To Reproduce:

  1. curl -sfL https://get.rke2.io --output install.sh
  2. chmod +x install.sh
  3. export INSTALL_RKE2_METHOD=yum
  4. export INSTALL_RKE2_CHANNEL=latest
  5. export INSTALL_RKE2_VERSION=v1.27.7+rke2r1
  6. ./install.sh

Expected behavior:

RKE2 1.27.7 is installed

Actual behavior:

Errors saying it cannot find the version

Additional context / logs:

[INFO]  using 1.27 series from channel latest
Rancher RKE2 Common (latest)                                                                                      3.2 kB/s | 2.8 kB     00:00    
Rancher RKE2 1.27 (latest)                                                                                        6.6 kB/s | 3.5 kB     00:00    
Red Hat Universal Base Image 8 (RPMs) - BaseOS                                                                    1.5 MB/s | 716 kB     00:00    
Red Hat Universal Base Image 8 (RPMs) - AppStream                                                                 6.8 MB/s | 2.9 MB     00:00    
Red Hat Universal Base Image 8 (RPMs) - CodeReady Builder                                                         263 kB/s |  99 kB     00:00    
No match for argument: rke2-server-1.27.7~rke2r1

This also happens for 1.28.3

@daniel-palmer-gu
Copy link
Author

This looks to be resolved now. Closing issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant