[Housekeeping] Make Ingress configuration more generic in flyte-core
#3968
Labels
good first issue
Good for newcomers
housekeeping
Issues that help maintain flyte and keep it tech-debt free
Describe the issue
When
flyte-core
is deployed, several resources exhibit a behavior that could affect the ability to troubleshoot effectively:albSSLRedirect: true
it adds an Ingress rule that points to a non-existent service:Then, a
kubectl describe
on the deployed Ingress shows an error:Was the idea to use the port from this annotation?:
alb.ingress.kubernetes.io/ssl-redirect: "443"
values.yaml
file includes hardcoded annotations for the nginx Ingress controller:Even when using another controller, the annotations end up being applied to the deployed resource which could be confusing.
What if we do not do this?
It affects the User Experience and potentially causes unnecessary distraction during a troubleshooting process.
Related component(s)
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: