Skip to content

Commit c24671c

Browse files
authored
Merge pull request #42536 from bergerhoffer/removing-old-conditionals
Removing old conditionals from main that dont exist in version branches
2 parents 273dd79 + c36147e commit c24671c

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

modules/nw-dns-operator.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ group. The Operator deploys CoreDNS using a daemon set, creates a service for
1010
the daemon set, and configures the kubelet to instruct pods to use the CoreDNS
1111
service IP address for name resolution.
1212

13-
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
1413
.Procedure
1514

1615
The DNS Operator is deployed during installation with a `Deployment` object.
@@ -44,4 +43,3 @@ dns 4.1.0-0.11 True False False 92m
4443
----
4544
+
4645
`AVAILABLE`, `PROGRESSING` and `DEGRADED` provide information about the status of the operator. `AVAILABLE` is `True` when at least 1 pod from the CoreDNS daemon set reports an `Available` status condition.
47-
endif::[]

modules/nw-dns-view.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ qualified pod and service domain names.
3737
<2> The Cluster IP is the address pods query for name resolution. The IP is
3838
defined as the 10th address in the service CIDR range.
3939

40-
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
4140
. To find the service CIDR of your cluster,
4241
use the `oc get` command:
4342
+
@@ -51,4 +50,3 @@ $ oc get networks.config/cluster -o jsonpath='{$.status.serviceNetwork}'
5150
----
5251
[172.30.0.0/16]
5352
----
54-
endif::[]

networking/dns-operator.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@ include::modules/nw-dns-view.adoc[leveloffset=+1]
2020

2121
include::modules/nw-dns-forward.adoc[leveloffset=+1]
2222

23-
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
2423
include::modules/nw-dns-operator-status.adoc[leveloffset=+1]
2524

2625
include::modules/nw-dns-operator-logs.adoc[leveloffset=+1]
27-
endif::[]
2826

2927
include::modules/nw-dns-loglevel.adoc[leveloffset=+1]
3028

0 commit comments

Comments
 (0)