https://rancher.com/ logo
Title
a

abundant-camera-87627

04/07/2023, 11:11 AM
Has anything changed with the k3s
install.sh
recently? Since today when I try to execute it with
INSTALL_K3S_SKIP_DOWNLOAD=true INSTALL_K3S_EXEC="server --cluster-init --token <token> --tls-san <ipaddress> --disable local-storage --config /etc/rancher/k3s/config.yaml" ./install.sh
it just exits without error message
If I use the version from tag
v1.26.3+k3s1
it still works.
The broken version stops right after showing
[INFO]  Skipping k3s download and verify
Never mind, I found the cause. See https://github.com/k3s-io/k3s/issues/7247