Skip to content
Discussion options

You must be logged in to vote

@Manikanta-Reddy-Pasala Most probably traefik not running on a few nodes is normal, it just depends on the default deployment setup, as it is not a daemonset (which would run on every node). You can definitely configure that, please see the traefik helm values here and copy the portion you need (in your case):

deployment:
  enabled: true
  # Can be either Deployment or DaemonSet
  kind: Deployment

Change the kind to DaemontSet, it will give you the behavior you desire, without worrying about the number of replicas.

And those helm values, you need to apply them via a HelmChartConfig definition. Luckily, the cluster already has one. Just pull it via kubectl get helmchartconfig -n kube-syst…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by Manikanta-Reddy-Pasala
Comment options

You must be logged in to vote
1 reply
@mysticaltech
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants