alexellis / k3sup

bootstrap K3s over SSH in < 60s 🚀
https://github.com/sponsors/alexellis
Other
6.34k stars 376 forks source link

Support question for k3sup join #408

Closed Cloud-Mak closed 1 year ago

Cloud-Mak commented 1 year ago

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.

rgee0 commented 1 year ago

—no-extras is a flag on the install command, rather than join.

To enable an appropriate update to the docs, can you provide details of where in the docs you saw it mentioned in the context of join please?

alexellis commented 1 year ago

I'd echo what @rgee0 said.

The agent/workers do not / should not accept this flag as they don't configure the cluster, servers do.

If you would like support, you'll need to fill out the issue template and provide repo instructions instead of deleting it and writing what you think you'd like to share. Unfortunately, it has just made it really difficult to be able to help you.

https://raw.githubusercontent.com/alexellis/k3sup/master/.github/ISSUE_TEMPLATE.md

I'll get this closed, but re-open it if you edit and fill in all the template.

alexellis commented 1 year ago

/add label: invalid/template,support,question