let's see if I can self-host gitpod over the weekend (starting now!)
https://www.gitpod.io/docs/self-hosted/latest/cluster-set-up/on-k3s
let's see if I can self-host gitpod over the weekend (starting now!)
https://www.gitpod.io/docs/self-hosted/latest/cluster-set-up/on-k3s
ok continuing last attempt of installing k3s after a good night sleep and a brunch.
I managed to install the master node with 644 permission /yay/ after I realized I was not using the correct flag, after that I tried 2x but forget to re-load my .bashrc lol >.>
context: it seems the `iptables` on debian is not compatible with k3s:
https://andrewmunro.me/posts/2021/08/creating-a-k3s-cluster-on-debian-11-bullseye-step-1-provision/
will try out the "workaround"
LOL I just realized that I need to use calico CNI instead of the default, and, in fact, I had actually copied the env file with --flannel-backend=none to disable to default CNI 😂
I really think I should've read the code first before copying 🤡 but meh, who read the code they're about to copy blindly /s
progress: need to change hostname on both machine (I think), because agent node "kind of" connect but not really connected since I assume their hostname are the same (?)
but calico is behaving weirdly so I need to redo it all over again