Skip to content

Commit ce499a8

Browse files
authored
Merge pull request #49673 from EricPonvelle/OSDOCS-4014_Responsibility-Matrix
[OSDOCS-4014] Created an ingress Operator responsibility matrix
2 parents 883a2ee + 652a2a9 commit ce499a8

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
// Module included in the following assemblies:
2+
// * understanding-networking.adoc
3+
4+
[id="sd-ingress-responsibility-matrix_{context}"]
5+
= {product-title} Ingress Operator configurations
6+
7+
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.
8+
9+
.Ingress Operator Responsibility Chart
10+
11+
[cols="3,2a,2a",options="header"]
12+
|===
13+
14+
|Ingress component
15+
|Managed by
16+
|Default configuration?
17+
18+
|Scaling Ingress Controller | SRE | Yes
19+
20+
|Ingress Operator thread count | SRE | Yes
21+
22+
|Ingress Controller access logging | SRE | Yes
23+
24+
|Ingress Controller sharding | SRE | Yes
25+
26+
|Ingress Controller route admission policy | SRE | Yes
27+
28+
|Ingress Controller wildcard routes | SRE | Yes
29+
30+
|Ingress Controller X-Forwarded headers | SRE | Yes
31+
32+
|Ingress Controller route compression | SRE | Yes
33+
34+
|===

networking/ingress-operator.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,13 @@ include::modules/nw-customize-ingress-error-pages.adoc[leveloffset=+2]
8787
//include::modules/nw-ingress-select-route.adoc[leveloffset=+2]
8888

8989
include::modules/nw-ingress-setting-max-connections.adoc[leveloffset=+2]
90+
endif::openshift-rosa,openshift-dedicated[]
9091

92+
ifdef::openshift-rosa,openshift-dedicated[]
93+
include::modules/sd-ingress-responsibilities.adoc[leveloffset=+1]
94+
endif::openshift-rosa,openshift-dedicated[]
95+
96+
ifndef::openshift-rosa,openshift-dedicated[]
9197
[role="_additional-resources"]
9298
== Additional resources
9399

0 commit comments

Comments
 (0)