-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to Disable Traefik LoadBalancer in K3s #11521
Comments
Can you show the output of |
Thanks for your response!
However, my issue isn't related to the node args or any pods. The problem I'm facing is specifically with the LoadBalancer service for Traefik that persists even after starting K3s with the |
The service should go away when traefik is disabled and the chart uninstalled. I've never seen it leave anything behind. I don't see an uninstall job pod present - did it succeed, or did you delete anything manually? |
nope. I dont delete anything manually |
The docs indicates |
The flag parser should handle either. |
I am attempting to disable the Traefik load balancer when starting my K3s server, but the Traefik service is still being created as a LoadBalancer type. I used the following command to start K3s with the required flags:
However, after starting K3s, I can still see the Traefik service running as a LoadBalancer in the
kube-system
namespace when I query the services withkubectl get service -n kube-system
.Output:
Expected Behavior:
I expect the Traefik load balancer to be completely disabled and not be present as a LoadBalancer service in the kube-system namespace.
The text was updated successfully, but these errors were encountered: