Skip to content

Commit e802aaa

Browse files
authored
Merge pull request #45521 from darshan-nagaraj/CFE-266
Updated CFE-266 doc work
2 parents 60cf610 + 1e24cd4 commit e802aaa

4 files changed

+4
-10
lines changed

networking/external_dns_operator/nw-control-dns-records-public-hosted-zone-aws.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ HOSTEDZONES terraform /hostedzone/Z02355203TNN1XXXX1J6O testextdnsoperator.apacs
6262
+
6363
[source,yaml]
6464
----
65-
apiVersion: externaldns.olm.openshift.io/v1alpha1
65+
apiVersion: externaldns.olm.openshift.io/v1beta1
6666
kind: ExternalDNS
6767
metadata:
6868
name: sample-aws <1>

networking/external_dns_operator/nw-control-dns-records-public-hosted-zone-azure.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ $ az network dns zone list --resource-group "${RESOURCE_GROUP}"
6666
+
6767
[source,yaml]
6868
----
69-
apiVersion: externaldns.olm.openshift.io/v1alpha1
69+
apiVersion: externaldns.olm.openshift.io/v1beta1
7070
kind: ExternalDNS
7171
metadata:
7272
name: sample-azure <1>

networking/external_dns_operator/nw-control-dns-records-public-managed-zone-gcp.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ qe-cvs4g-private-zone test.gcp.example.com
7878
+
7979
[source,yaml]
8080
----
81-
apiVersion: externaldns.olm.openshift.io/v1alpha1
81+
apiVersion: externaldns.olm.openshift.io/v1beta1
8282
kind: ExternalDNS
8383
metadata:
8484
name: sample-gcp <1>

networking/external_dns_operator/nw-installing-external-dns-operator.adoc

+1-7
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88

99
You can install the External DNS Operator using the Red Hat OpenShift Container Platform Operator Hub.
1010

11-
.Prerequisites
12-
13-
* You have logged in to the {product-title} web console as a user with `cluster-admin` permissions.
14-
* You have created the operand `external-dns` namespace by running `oc create ns external-dns` command.
15-
* You have granted the operator access to manage operand resources by running `oc apply -f https://raw.githubusercontent.com/openshift/external-dns-operator/release-0.1/config/rbac/extra-roles.yaml` command.
16-
1711
.Procedure
1812

1913
. Click *Operators**OperatorHub* in the OpenShift Web Console.
@@ -22,7 +16,7 @@ You can install the External DNS Operator using the Red Hat OpenShift Container
2216
. Select `external-dns-operator` namespace.
2317
. On the External DNS Operator page, click *Install*.
2418
. On the Install Operator page, ensure that you selected the following options:
25-
.. Update the channel as *stable-{product-version}*.
19+
.. Update the channel as *stable-v1.0*.
2620
.. Installation mode as *A specific name on the cluster*.
2721
.. Installed namespace as `external-dns-operator`. If Namespace `external-dns-operator` does not exist, it will be created during the operator installation.
2822
.. Select *Approval Strategy* as *Automatic* or *Manual*. Approval Strategy is set to Automatic by default.

0 commit comments

Comments
 (0)