Skip to content

Commit 4ee2b34

Browse files
authored
Merge pull request #85053 from openshift-cherrypick-robot/cherry-pick-84252-to-enterprise-4.16
[enterprise-4.16] OCPBUGS-41971-ent17: Returned the Ingress capability doca
2 parents 9f6fd00 + 5b84c31 commit 4ee2b34

File tree

3 files changed

+32
-4
lines changed

3 files changed

+32
-4
lines changed

installing/overview/cluster-capabilities.adoc

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

80+
// Ingress capability
81+
include::modules/ingress-operator.adoc[leveloffset=+2]
82+
8083
// Insights capability
8184
include::modules/insights-operator.adoc[leveloffset=+2]
8285

modules/ingress-operator.adoc

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,33 @@
11
// Module included in the following assemblies:
22
//
33
// * operators/operator-reference.adoc
4+
// * installing/overview/cluster-capabilities.adoc
5+
6+
ifeval::["{context}" == "cluster-capabilities"]
7+
:cluster-caps:
8+
endif::[]
9+
10+
ifeval::["{context}" == "cluster-operators-ref"]
11+
:operator-ref:
12+
endif::[]
413

514
:_mod-docs-content-type: REFERENCE
615
[id="ingress-operator_{context}"]
7-
= Ingress Operator
16+
ifdef::operator-ref[= Ingress Operator]
17+
ifdef::cluster-caps[= Ingress Capability]
818

919
[discrete]
1020
== Purpose
1121

22+
ifdef::cluster-caps[]
23+
The Ingress Operator provides the features for the Ingress Capability. The Ingress Capability is enabled by default.
24+
25+
[IMPORTANT]
26+
====
27+
If you set the `baselineCapabilitySet` field to `None`, you must explicitly enable the Ingress Capability, because the installation of a cluster fails if the Ingress Capability is disabled.
28+
====
29+
endif::cluster-caps[]
30+
1231
The Ingress Operator configures and manages the {product-title} router.
1332

1433
[discrete]
@@ -61,3 +80,11 @@ $ oc get network/cluster -o jsonpath='{.status.clusterNetwork[*]}'
6180
----
6281
map[cidr:10.128.0.0/14 hostPrefix:23]
6382
----
83+
84+
ifeval::["{context}" == "cluster-operators-ref"]
85+
:!operator-ref:
86+
endif::[]
87+
88+
ifeval::["{context}" == "cluster-caps"]
89+
:!cluster-caps:
90+
endif::[]

modules/insights-operator.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@ ifdef::operator-ref[= Insights Operator]
1717
ifdef::cluster-caps[= Insights capability]
1818

1919
ifdef::operator-ref[]
20-
2120
[NOTE]
2221
====
23-
The Insights Operator is an optional cluster capability that can be disabled by cluster administrators during installation. For more information about optional cluster capabilities, see "Cluster capabilities" in _Installing_.
22+
The Insights Operator is an optional cluster capability that cluster administrators can disable during installation. For more information about optional cluster capabilities, see "Cluster capabilities" in _Installing_.
2423
====
25-
2624
endif::operator-ref[]
2725

2826
[discrete]

0 commit comments

Comments
 (0)