3 lines
95 B
Bash
3 lines
95 B
Bash
#!/bin/bash
|
|
curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="server --disable=traefik" sh -s -
|