5 lines
149 B
Bash
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 -
|