Configuration: fix-ssh-on-pi.ini
Then run sudo fix-ssh-on-pi.bash
, it creates an image that you can burn on the SD card (with balenaEtcher for example).
Configuration: hosts.yaml
.
You can run the playbooks in this order:
ping.yaml
to check host connectivitykernel-modules.yaml
to install module needed for k0supgrade.yaml
to update the hostsmounts.yaml
for the disksnfs-server.yaml
to install nfs
A convenient Makefile is setup, for example you can simply run make ping
.
To run all of these playbooks in order, run make all
.
k0sctl apply --config k0sctl.yaml