Hello all! I’m trying to install the latest RKE2 1...
# rke2
s
Hello all! I’m trying to install the latest RKE2 1.28 and I’m running the following:
curl -sfL <https://get.rke2.io> | INSTALL_RKE2_TYPE="server" INSTALL_RKE2_VERSION="v1.28.2+rke2r1" sh -'
But I’m getting the following:
Copy code
fatal: [127.0.0.1]: FAILED! => {"changed": true, "cmd": "curl -sfL <https://get.rke2.io> | INSTALL_RKE2_TYPE=\"server\" INSTALL_RKE2_VERSION=\"v1.28.2+rke2r1\" sh -", "delta": "0:00:03.991457", "end": "2023-09-15 11:40:12.170800", "msg": "non-zero return code", "rc": 1, "start": "2023-09-15 11:40:08.179343", "stderr": "Errors during downloading metadata for repository 'rancher-rke2-1.28-stable':\n  - Status code: 404 for <https://rpm.rancher.io/rke2/stable/1.28/centos/8/x86_64/repodata/repomd.xml> (IP: 104.21.2.160)\nError: Failed to download metadata for repo 'rancher-rke2-1.28-stable': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried", "stderr_lines": ["Errors during downloading metadata for repository 'rancher-rke2-1.28-stable':", "  - Status code: 404 for <https://rpm.rancher.io/rke2/stable/1.28/centos/8/x86_64/repodata/repomd.xml> (IP: 104.21.2.160)", "Error: Failed to download metadata for repo 'rancher-rke2-1.28-stable': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried"], "stdout": "[INFO]  using 1.28 series from channel stable\nRancher RKE2 Common (stable)                    2.8 kB/s | 2.3 kB     00:00    \nRancher RKE2 1.28 (stable)                      407  B/s | 387  B     00:00    ", "stdout_lines": ["[INFO]  using 1.28 series from channel stable", "Rancher RKE2 Common (stable)                    2.8 kB/s | 2.3 kB     00:00    ", "Rancher RKE2 1.28 (stable)                      407  B/s | 387  B     00:00    "]}
Has the 1.28 been released on the RPM
stable
channels yet?