This message was deleted.
# k3s
a
This message was deleted.
r
I noticed the system-upgrade-controller has the tolerations for a few things, would be cool if we could apply the same to the traefik installer jobs: https://github.com/rancher/system-upgrade-controller/blob/master/manifests/system-upgrade-controller.yaml#L65-L79
c
Use one of those.
r
If I made a PR to accept the taint I specified above, would it be accepted? Alternatively, is there a route where we might be able to inject custom tolerations?
I guess the other thing is that those tolerations are only injected when the helm chart config has
Bootstrap=true
. Is that a default for the traefik installation? I assume not since the jobs that are currently provisioned don't have any of the existing tolerations there.
I'll use
CriticalAddonsOnly=true:NoSchedule
for now as it seems to work and there are references to it in other places on the internet 🙂
Just had to create a separate
traefik-config.yaml
setting
spec.bootstrap=true
to make it work, but thats not so bad.