You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.
I started using nginx-ingress for my private cluster a couple of days ago. I can already see the strong need to have per service configuration options. They would allow me to run only one set of nginx-ingress controllers in your cluster, but different configurations. I took a short look at the issues and I can see the need for something like this is definitely there.
Your plan sounds good. We should work toward distilling common config options up into the IngressBackend section, but a config map is the way to start. My only fear is it will lead to a complicated mess. Are Service annotations insufficient?
I just had in mind that we might want to have services, which you want to configure in the same way and so I thought about abstracting a bit more with a configmap. But for simplicity's sake I am gonna start with service annotations and features redirect/hsts/custom-error. Let you know as soon as I've got something to work with...
I started using nginx-ingress for my private cluster a couple of days ago. I can already see the strong need to have per service configuration options. They would allow me to run only one set of nginx-ingress controllers in your cluster, but different configurations. I took a short look at the issues and I can see the need for something like this is definitely there.
I am thinking of uses cases like these:
All of these could be configured on nginx
location
- level (makes no sense for HSTS)My plan for implementing that would be:
How do you think about that?
I would be willing to do the implementation, but probably need some help around watching config objects.
The text was updated successfully, but these errors were encountered: