1
0
Fork 0
This repository has been archived on 2025-08-23. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mareshq-cthulhunetes-infras.../docs/k3s/upgrades.md
2024-08-30 23:32:10 +02:00

493 B

k3s upgrades

Server

# manual
curl -sfL https://get.k3s.io | INSTALL_K3S_CHANNEL=v1.29 sh -s -

# with scripts
# run as root
# edit the version/channel
editor ./k3s/install-k3s-server.sh
# execute
./k3s/install-k3s-server.sh

Agent

# manual
curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="agent" INSTALL_K3S_CHANNEL=v1.29 sh -s -

# with scripts
# run as root
# edit the version/channel
editor ./k3s/install-k3s-agent.sh
# execute
./k3s/install-k3s-agent.sh