Skip to content

Commit 9669c92

Browse files
authored
Merge pull request #49697 from EricPonvelle/OSDOCS-3870_2-IngressClarity
OSDOCS-3870 Con't: Clarified a sentence for ROSA/OSD.
2 parents e4c3ee2 + 2e9adac commit 9669c92

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/nw-ne-openshift-ingress.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,11 @@
66
= {product-title} Ingress Operator
77
When you create your {product-title} cluster, pods and services running on the cluster are each allocated their own IP addresses. The IP addresses are accessible to other pods and services running nearby but are not accessible to outside clients. The Ingress Operator implements the `IngressController` API and is the component responsible for enabling external access to {product-title} cluster services.
88

9+
ifndef::openshift-rosa,openshift-dedicated[]
910
The Ingress Operator makes it possible for external clients to access your service by deploying and managing one or more HAProxy-based
1011
link:https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/[Ingress Controllers] to handle routing. You can use the Ingress Operator to route traffic by specifying {product-title} `Route` and Kubernetes `Ingress` resources. Configurations within the Ingress Controller, such as the ability to define `endpointPublishingStrategy` type and internal load balancing, provide ways to publish Ingress Controller endpoints.
12+
endif::[]
13+
14+
ifdef::openshift-rosa,openshift-dedicated[]
15+
The Ingress Operator makes it possible for external clients to access your service by deploying and managing one or more HAProxy-based link:https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/[Ingress Controllers] to handle routing. Red Hat Site Reliability Engineers (SRE) manage the Ingress Operator for {product-title} clusters. While you cannot alter the settings for the Ingress Operator, you may view the default Ingress Controller configurations, status, and logs as well as the Ingress Operator status.
16+
endif::[]

0 commit comments

Comments
 (0)