When ingress_controller = "none" a Traefik instance is still deployed and running on nodes #1383
Replies: 4 comments
-
@lpellegr This setting does not apply retroactive fashion, it needs to be setup from the get go, otherwise you can use kubectl get crd, find the name of the rancher helm charts, list them, and delete them to remove traefik. |
Beta Was this translation helpful? Give feedback.
-
However we will try to make it apply retroactively, it's an important functionality to have. |
Beta Was this translation helpful? Give feedback.
-
Today I replace ingress from traefik to nginx, nginx deployed but traefik not removed |
Beta Was this translation helpful? Give feedback.
-
Yes @maximdogonov, you have to: kubectl get crds | grep helm Something along these lines. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am expecting no Traefik instances to run.
Kube.tf file
Screenshots
Platform
Linux
Beta Was this translation helpful? Give feedback.
All reactions