-
Notifications
You must be signed in to change notification settings - Fork 55
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
Parametrize IngressClass name #1068
Comments
As a workaround, I created a nginx IngressClass to reroute to traefik
Traefik is now interested in the generated Ingresses but:
I suspect a race condition around Status: traefik try to update and devworkspace-controller reconcille the Ingress.
|
Humh... the Status is supposed to be ignored
|
I did some tries. I suspect something also introduce the field |
@amisevsk is it possible to disable adding the nginx related annotations by default? Or, having a config
|
Related to #1143 |
Description
On a K3S kubernetes, the default ingress controller is traefik. It uses a "traefik" IngressClass.
Currently, the Ingress generated by devworkspace-controler is hardcoded to "nginx"
devworkspace-operator/controllers/controller/devworkspacerouting/solvers/basic_solver.go
Line 34 in 7e8aa72
Having a parameter to control this name would help to reuse in different K8S.
The text was updated successfully, but these errors were encountered: