Hi all
I recently tried adding a toleration, to system components through the helm chart with version 1.6.1.
I added it through: defaultSettings.taintToleration: "ExampleTaint=true:NoExecute".
The problem is that the system components like system-image-ei etc. doesn't deploy out on those nodes. I also cannot find the toleration inside the daemonsets.
I also doubled checked hte Longhorn UI, and the toleration is also present under: Kubernetes Taint Toleration
You have any idea what else i could do?
NOTE: I already added it to all user components, and they're deploying out on the tainted nodes