Skip to content

Commit 7b3819f

Browse files
authored
Merge pull request #77466 from jmanthei/OSDOCS-10806
OSDOCS-10806 Do not disable the ingress capability
2 parents cc0297e + e6552e4 commit 7b3819f

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

installing/cluster-capabilities.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ include::modules/cluster-csi-snapshot-controller-operator.adoc[leveloffset=+2]
7070
// DeploymentConfig capability
7171
include::modules/deployment-config-capability.adoc[leveloffset=+2]
7272

73+
// Insights capability
74+
include::modules/ingress-operator.adoc[leveloffset=+2]
75+
7376
// Insights capability
7477
include::modules/insights-operator.adoc[leveloffset=+2]
7578

modules/ingress-operator.adoc

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,30 @@
11
// Module included in the following assemblies:
22
//
33
// * operators/operator-reference.adoc
4+
// * installing/cluster-capabilities.adoc
45

6+
ifeval::["{context}" == "cluster-capabilities"]
7+
:cluster-caps:
8+
endif::[]
9+
10+
ifeval::["{context}" == "cluster-operators-ref"]
11+
:operator-ref:
12+
endif::[]
13+
14+
:_mod-docs-content-type: REFERENCE
515
[id="ingress-operator_{context}"]
6-
= Ingress Operator
16+
ifdef::operator-ref[= Ingress Operator]
17+
ifdef::cluster-caps[= Ingress Capability]
718

819
[discrete]
920
== Purpose
1021

22+
ifdef::cluster-caps[]
23+
24+
The Ingress Operator provides the features for the `Ingress` capability.
25+
26+
endif::cluster-caps[]
27+
1128
The Ingress Operator configures and manages the {product-title} router.
1229

1330
[discrete]
@@ -60,3 +77,11 @@ $ oc get network/cluster -o jsonpath='{.status.clusterNetwork[*]}'
6077
----
6178
map[cidr:10.128.0.0/14 hostPrefix:23]
6279
----
80+
81+
ifeval::["{context}" == "cluster-operators-ref"]
82+
:!operator-ref:
83+
endif::[]
84+
85+
ifeval::["{context}" == "cluster-caps"]
86+
:!cluster-caps:
87+
endif::[]

0 commit comments

Comments
 (0)