Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

When ingress_controller = "none" a Traefik instance is still deployed and running on nodes #1170

Closed
lpellegr opened this issue Jan 13, 2024 · 4 comments

Comments

@lpellegr
Copy link

Description

I am expecting no Traefik instances to run.

Kube.tf file

allow_scheduling_on_control_plane = true
  cluster_name = "my-cluster"
  enable_klipper_metal_lb = "true"
  ingress_controller = "none"
  restrict_outbound_traffic = false

Screenshots

Screenshot from 2024-01-13 21-50-27

Platform

Linux

@lpellegr lpellegr added the bug Something isn't working label Jan 13, 2024
@mysticaltech
Copy link
Collaborator

@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.

@mysticaltech
Copy link
Collaborator

However we will try to make it apply retroactively, it's an important functionality to have.

@mysticaltech mysticaltech changed the title [Bug]: When ingress_controller = "none" a Traefik instance is still deployed and running on nodes When ingress_controller = "none" a Traefik instance is still deployed and running on nodes Jan 20, 2024
@mysticaltech mysticaltech added enhancement New feature or request and removed bug Something isn't working labels Jan 20, 2024
@maximdogonov
Copy link

Today I replace ingress from traefik to nginx, nginx deployed but traefik not removed

@mysticaltech
Copy link
Collaborator

Yes @maximdogonov, you have to:

kubectl get crds | grep helm
kubectl get ... -A
kubectl delete helmxxxx traefik

Something along these lines.

@mysticaltech mysticaltech removed the enhancement New feature or request label Jun 21, 2024
@kube-hetzner kube-hetzner locked and limited conversation to collaborators Jun 21, 2024
@mysticaltech mysticaltech converted this issue into discussion #1383 Jun 21, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants