...
This document captures my "copy/paste" and other details as I try to setup a k3 cluster.
Walkthrough
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
# Get k3 binary, by default it looks like x86_64 version
wget https://github.com/k3s-io/k3s/releases/download/v1.23.6%2Bk3s1/k3s |
Using the k3s-ansible repository
...