Close

Kubernetes – Cluster Install

On each server edit the sudoers file such that no password is required for sudo commands (required for k3sup to work) %sudo ALL=(ALL:ALL) NOPASSWD: ALL Install First Master server k3sup install \ –host=1of3 \ –user=moorest \ –k3s-version=v1.21.5+k3s1 \ –local-path=borg.yaml \ –context borg \ –cluster \ –tls-san 10.68.0.70 \ –k3s-extra-args=”–disable servicelb –node-taint node-role.kubernetes.io/master=true:NoSchedule” Setup aliases and…

Kubernetes – OS Install

This part should be simple I thought – I have a PXE boot server running netboot.xyz, the clients will just default to network booting, I choose my desired OS, the install happens and away we go, just like it did on my recent Lenovo m93p Minecraft server build. Oh no, that would be far too…