Change from Traefik to Nginx #480
Answered
by
captnCC
cur1ou5soul
asked this question in
Q&A
-
Is it possible to switch from traefik to nginx? Cause just setting enable_nginx=true enable_traefik=false nothing will change with terraform plan. |
Beta Was this translation helpful? Give feedback.
Answered by
captnCC
Dec 30, 2022
Replies: 1 comment
-
I don't think it is possible after the cluster is created (at least via terraform). The problem is, that the ingress classes are only created while provisioning the first control plane. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mysticaltech
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think it is possible after the cluster is created (at least via terraform). The problem is, that the ingress classes are only created while provisioning the first control plane.
The switch from traefik to nginx would need to be done manually. This would include deleting the old traefik manifests and applying the manifests for the nginx