https://rancher.com/ logo
Title
b

bright-fireman-42144

02/11/2023, 9:49 PM
have a fresh ubuntu server that I want to use as a jumpstart server to host rancher and tinkerbell and a few other things on k3s or rke2 (preferred) and running into what is probably me overlooking something simple. disk space is ok. running as root. Any other ideas what might be going on?
root@jump:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.5 LTS Release: 20.04 Codename: focal root@jump:~# sudo curl -sfL https://get.rke2.io | sh - [INFO] finding release for channel stable [INFO] using v1.24.10+rke2r1 as release [INFO] downloading checksums at https://github.com/rancher/rke2/releases/download/v1.24.10+rke2r1/sha256sum-amd64.txt curl: (23) Failure writing output to destination
same thing with a different url. curl -sfL https://get.rancher.io | INSTALL_RANCHER_TYPE=rke2 sh - [INFO] finding release for channel v2.5 [INFO] using v2.5.17 as release [INFO] downloading checksums at https://github.com/rancher/rancher/releases/download/v2.5.17/sha256sum.txt curl: (23) Failure writing output to destination
update: this was related to an ubuntu snap install of curl as opposed to an apt install. working now.
e

eager-london-83975

02/11/2023, 11:59 PM
You should not use Ubuntu 20, if its fresh you should go to 22
👍 1
b

bright-fireman-42144

02/12/2023, 4:33 AM
it's not in any way production and that's the ISO media I had on hand, and it's been the version that worked with k3s/rke2 in the past as well, especially running single node rancher manager via docker.... I'm doing single node but directly on rke2 with containerd... otherwise I whole heartedly agree as I have been in shops where they haven't upgraded according to the release schedule and they were not only dangerously behind on critical security fixes but were unable to jump to the latest and it had to be a painful iterative process.
a

agreeable-oil-87482

02/12/2023, 9:54 AM
And my dislike for snap grows.
👍 2