# [asgard] K0S ## Installation `curl -sSLf https://get.k0s.sh | sudo K0S_VERSION=v1.29.4+k0s.0 sh` `sudo mkdir /etc/k0s` `sudo k0s config create | sudo tee /etc/k0s/k0s.yml` `sudo k0s install controller --data-dir /data/k0s --single -c /etc/k0s/k0s.yml` `sudo k0s start`