Feature request: Add ingress annotation to enable upstream "keepalive" option #838
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
nginx
In the latest NGINX release, 0.9.0-beta.7, there is no mention of the
keepalive
option from the upstream module. It'd be nice to be able to configure this, presumably with an annotation on an ingress resource. I'm thinking something likeingress.kubernetes.io/upstream-keepalive: {integer}
(explicitly includingupstream
in the name to differentiate between this and the client<->server keepalive settings, though this could simply beingress.kubernetes.io/keepalive
).I might wind up trying to implement this myself, but I figured I should go ahead and open the feature request regardless. I searched open issues and don't think I saw anything like this; apologies if this is a duplicate feature request.
The text was updated successfully, but these errors were encountered: