New flatcar deployment. Installed k3s without an issue. However, I can't get past the bootstrap login. I suspect this is due to k3s using kubernetes 1.25. I was able to get rancher to install by manually pulling the helm chart and removing the <1.25 requirement. I also tried versions 2.7.0. just curious if there is an ETA for 1.25 support. Or if there is a current work around? Or maybe I just need to use an older version of k3s?
Just gave an older version of k3s a whirl and used 1.24.8.
Copy code
curl -sfL <https://get.k3s.io|https://get.k3s.io> | INSTALL_K3S_VERSION=v1.24.8+k3s1 INSTALL_K3S_BIN_DIR=/opt/bin sh -
Everything deployed without issue. But still feels strange using an older version