Demo of installing Ubuntu 22.04 on an HP EliteDesk.
- Satisfy Stack installation prerequisites.
k3d cluster create --network host --no-lb --k3s-arg "--disable=traefik,servicelb" --k3s-arg "--kube-apiserver-arg=feature-gates=MixedProtocolLBService=true" --host-pid-mode
- Command pulled from the sandbox repo.
- Clone the Tinkerbell chart repo.