Skip to content

Commit

Permalink
ALBO ROSA/OSD
Browse files Browse the repository at this point in the history
  • Loading branch information
mletalie committed Aug 21, 2023
1 parent a4f82b2 commit 2f1b5e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/aws-load-balancer-operator-install.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ For more information on adding tags to AWS resources (including VPCs and subnets
$ oc new-project aws-load-balancer-operator
----
+
. Link the AWS IAM role created in step 2a with the AWS Load Balancer (ALB) Operator service account and create a Kubernetes Secret for the AWS Load Balancer (ALB) Operator.
. Link the AWS IAM role created in step 2a with the AWS Load Balancer (ALB) Operator service account and create a Kubernetes Secret for the AWS Load Balancer (ALB) Operator:
+
[source,yaml]
----
Expand All @@ -133,7 +133,7 @@ stringData:
----
<1> Replace <aws-load-balancer-operator-role-arn>' with the AWS IAM role created in step 2a.
+
. Create the Red Hat-supported AWS Load Balancer (ALB) Operator.
. Create the Red Hat-supported AWS Load Balancer (ALB) Operator:
+
[source,yaml]
----
Expand All @@ -159,7 +159,7 @@ spec:
startingCSV: aws-load-balancer-operator.v1.0.0
----
+
. Create the AWS-managed AWS Load Balancer Controller (ALBC).
. Create the AWS-managed AWS Load Balancer Controller (ALBC):
+
[source,yaml]
----
Expand Down

0 comments on commit 2f1b5e9

Please sign in to comment.