Files
homelab/k3s/install_server.sh
2023-11-20 12:37:35 -08:00

5 lines
149 B
Bash

#!/bin/bash
# servicelb disabled so that metallb can work
curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="--disable=servicelb --cluster-init" sh -