Files
homelab/k3s/install_server.sh
T

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 -