-
Notifications
You must be signed in to change notification settings - Fork 402
--no-deploy traefik servicelb not respected #69
Comments
@bbergshaven - You can accomplish this by turning it off on k3os installation
|
No matter what is set in the Really, please fix it and document... |
@bbergshaven |
I'm also experiencing this issue. If I only disable traefik it works but once you disable traefik and servicelb both are started. Working:
Not working variants
|
A few days ago (in master) we added the ability to specify --no-deploy with comma delimited entries (2 or more entries). The next k3os release should include an updated k3s release with this ability. See k3s-io/k3s#851 |
On master (v0.8.0+) this is working for both
and
|
neither of those work for me.
is what worked for me. v0.10 |
use |
Where is this stuff even documented? I feel like there is only the code and the readme in the repo root. Am I missing something? |
Yes, their docs are very confusing. I got the info from |
Thanks! I've seen the k3s docs, but it's difficult to discern the separation between Very blended together, and unclear what is part of what. consider:
so Is my model of this broken :( |
Note that |
I'm having trouble disabling the auto deployment of traefik.
I have added:
and deleted all the jobs/pods/services related to traefik, but still after 120minutes everything is recreated.
ps-ax gives the following:
Any thoughts on what I can do to stop this from happing? I have to deploy my own LB and Ingress server to handle TLS, ACME etc..
The text was updated successfully, but these errors were encountered: