Do not install traefik

Install doesn't work due to service IP issue anyway.
This commit is contained in:
Johannes 'fish' Ziemke 2019-03-16 10:58:28 +01:00
parent 43986ad074
commit f9af54ed0a

View file

@ -8,7 +8,8 @@ EXEC="/usr/bin/k3s"
start() {
start-stop-daemon -S -b -x "$EXEC" -m -p "$PIDFILE" \
-- server --data-dir $(uci_get k3s.globals.root)
-- server --no-deploy traefik \
--data-dir $(uci_get k3s.globals.root)
}
stop() {