Closed swathan closed 1 year ago
PR is merged for this issue: https://github.com/openshift/openshift-docs/pull/52998
Issues go stale after 90d of inactivity.
Mark the issue as fresh by commenting /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen
.
If this issue is safe to close now please do so with /close
.
/lifecycle stale
Stale issues rot after 30d of inactivity.
Mark the issue as fresh by commenting /remove-lifecycle rotten
.
Rotten issues close after an additional 30d of inactivity.
Exclude this issue from closing by commenting /lifecycle frozen
.
If this issue is safe to close now please do so with /close
.
/lifecycle rotten /remove-lifecycle stale
Rotten issues close after 30d of inactivity.
Reopen the issue by commenting /reopen
.
Mark the issue as fresh by commenting /remove-lifecycle rotten
.
Exclude this issue from closing again by commenting /lifecycle frozen
.
/close
@openshift-bot: Closing this issue.
Which section(s) is the issue in?
Ingress Controller (router) performance optimizations
What needs fixing?
In the document it is mentioned that it is not supported to modify the environment variables directly by modifying the deployment of Ingress POD.
Whereas in this section of the document, it is mentioned that we can modify the environment variables by modifying the IngressController directly.
Somewhere the explanation of the document Ingress Controller (router) performance optimizations is misleading for the users.
Most of the users will think that OpenShift won't support tuning
ROUTER_THREADS, ROUTER_DEFAULT_TUNNEL_TIMEOUT, ROUTER_DEFAULT_CLIENT_TIMEOUT, ROUTER_DEFAULT_SERVER_TIMEOUT, and RELOAD_INTERVAL
. But in fact, they can tune them with tuningOptions.Thus the expectation from this issue is that the section Ingress Controller (router) performance optimizations of the Optimizing Routing document should highlight that changing the underlying timeouts variables is supported through the tuningOptions to avoid the confusion.