-
-
Notifications
You must be signed in to change notification settings - Fork 396
Closed
Labels
Description
Hello,
Supppose you want to disable servicelb and traefik while joinig the nodes. The github front page documentation says --no-extras will do both. But this doesn not working with joing commnd. Below is error
Error: unknown flag: --no-extras
Had to specify
--k3s-extra-args " --disable traefik --disable servicelb
to get it working.