diff --git a/modules/sd-ingress-responsibilities.adoc b/modules/sd-ingress-responsibilities.adoc new file mode 100644 index 0000000000..1f11ef30e7 --- /dev/null +++ b/modules/sd-ingress-responsibilities.adoc @@ -0,0 +1,34 @@ +// Module included in the following assemblies: +// * understanding-networking.adoc + +[id="sd-ingress-responsibility-matrix_{context}"] += {product-title} Ingress Operator configurations + +The following table details the components of the Ingress Operator and if Red Hat Site Reliability Engineers (SRE) maintains this component on {product-title} clusters. + +.Ingress Operator Responsibility Chart + +[cols="3,2a,2a",options="header"] +|=== + +|Ingress component +|Managed by +|Default configuration? + +|Scaling Ingress Controller | SRE | Yes + +|Ingress Operator thread count | SRE | Yes + +|Ingress Controller access logging | SRE | Yes + +|Ingress Controller sharding | SRE | Yes + +|Ingress Controller route admission policy | SRE | Yes + +|Ingress Controller wildcard routes | SRE | Yes + +|Ingress Controller X-Forwarded headers | SRE | Yes + +|Ingress Controller route compression | SRE | Yes + +|=== diff --git a/networking/ingress-operator.adoc b/networking/ingress-operator.adoc index 464ceaabca..1caa484e56 100644 --- a/networking/ingress-operator.adoc +++ b/networking/ingress-operator.adoc @@ -85,7 +85,13 @@ include::modules/nw-customize-ingress-error-pages.adoc[leveloffset=+2] //include::modules/nw-ingress-select-route.adoc[leveloffset=+2] include::modules/nw-ingress-setting-max-connections.adoc[leveloffset=+2] +endif::openshift-rosa,openshift-dedicated[] +ifdef::openshift-rosa,openshift-dedicated[] +include::modules/sd-ingress-responsibilities.adoc[leveloffset=+1] +endif::openshift-rosa,openshift-dedicated[] + +ifndef::openshift-rosa,openshift-dedicated[] [role="_additional-resources"] == Additional resources