Skip to content

Instantly share code, notes, and snippets.

View hamishfor's full-sized avatar

Hamish Forbes hamishfor

  • Sydney, Australia
View GitHub Profile
@hamishfor
hamishfor / 1-walkthrough.md
Created October 24, 2023 08:11 — forked from jacobweinstock/1-walkthrough.md
Tinkerbell machine provisioning demo

Walk through demo

Demo of installing Ubuntu 22.04 on an HP EliteDesk.

Install the Tinkerbell stack

  1. 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.
  2. Clone the Tinkerbell chart repo.