Skip to content

[enterprise-4.11] Updated CFE-266 doc work #45713

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ HOSTEDZONES terraform /hostedzone/Z02355203TNN1XXXX1J6O testextdnsoperator.apacs
+
[source,yaml]
----
apiVersion: externaldns.olm.openshift.io/v1alpha1
apiVersion: externaldns.olm.openshift.io/v1beta1
kind: ExternalDNS
metadata:
name: sample-aws <1>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ $ az network dns zone list --resource-group "${RESOURCE_GROUP}"
+
[source,yaml]
----
apiVersion: externaldns.olm.openshift.io/v1alpha1
apiVersion: externaldns.olm.openshift.io/v1beta1
kind: ExternalDNS
metadata:
name: sample-azure <1>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ qe-cvs4g-private-zone test.gcp.example.com
+
[source,yaml]
----
apiVersion: externaldns.olm.openshift.io/v1alpha1
apiVersion: externaldns.olm.openshift.io/v1beta1
kind: ExternalDNS
metadata:
name: sample-gcp <1>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@

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

.Prerequisites

* You have logged in to the {product-title} web console as a user with `cluster-admin` permissions.
* You have created the operand `external-dns` namespace by running `oc create ns external-dns` command.
* 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.

.Procedure

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