Hi! I noticed that when installing k3s it deployes...
# k3s
b
Hi! I noticed that when installing k3s it deployes the traefik ingress with just one replica. This can lead to some downtime if the node running traefik goes down, until the pod is created on another node. I can manually scale the traefik deployment to more replicas but somehow this gets reset automatically to 1 (probably by helm). Is there a way to configure the traefik replicas count at k3s install time (or later)?