How to disable Traefik on some nodes?

I have 5 nodes in a cluster.
and I want to disable Traefik ingress on one node.

how ?

You should be able to exclude the node using label selectors https://kubernetes.io/docs/concepts/configuration/assign-pod-node/

ok , edit daemonset.apps/svclb-traefik

image