Close

Solar and Storage – Design

In order to be able to self install this system I had to undergo the Enphase IQ Battery Storage Ceritfication at the Enphase University, then submit my initial design for review before they would enable my Enlighten account for commissioning IQ battery systems. Part of the qualification is to produce a Single Line Diagram (SLD)…

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…