Skip to content

Commit 6409f00

Browse files
authored
Merge pull request #75342 from alebedev87/rosa-docs-albo-corrections
ROSA: fix operator policy link, subnet tagging to use cluster id
2 parents cb8236c + f58bc87 commit 6409f00

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/aws-installing-an-aws-load-balancer-operator.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ For more information on creating AWS IAM roles, see link:https://docs.aws.amazon
154154
+
155155
[source, terminal]
156156
----
157-
$ curl -o albo-operator-permission-policy.json https://raw.githubusercontent.com/alebedev87/aws-load-balancer-operator/aws-cli-commands-for-sts/hack/operator-permission-policy.json
158-
aws iam put-role-policy --role-name albo-operator --policy-name perms-policy-albo-operator --policy-document file://albo-operator-permission-policy.json
157+
$ curl -o albo-operator-permission-policy.json https://raw.githubusercontent.com/openshift/aws-load-balancer-operator/release-1.1/hack/operator-permission-policy.json
158+
$ aws iam put-role-policy --role-name albo-operator --policy-name perms-policy-albo-operator --policy-document file://albo-operator-permission-policy.json
159159
----
160160
+
161161
For more information on adding AWS IAM permissions to AWS IAM roles, see link:https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_manage-attach-detach.html[Adding and removing IAM identity permissions].
@@ -223,7 +223,7 @@ $ echo $CONTROLLER_ROLE_ARN
223223
[source,terminal]
224224
----
225225
$ curl -o albo-controller-permission-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.4.7/docs/install/iam_policy.json
226-
aws iam put-role-policy --role-name albo-controller --policy-name perms-policy-albo-controller --policy-document file://albo-controller-permission-policy.json
226+
$ aws iam put-role-policy --role-name albo-controller --policy-name perms-policy-albo-controller --policy-document file://albo-controller-permission-policy.json
227227
----
228228
+
229229
.. Generate the controller's AWS credentials:
@@ -253,7 +253,7 @@ endif::openshift-rosa[]
253253
ifdef::openshift-rosa[]
254254
ROSA
255255
endif::openshift-rosa[]
256-
cluster. Replace `{Cluster Infra ID}` with the Infra ID specified previously:
256+
cluster and to all its subnets. Replace `{Cluster Infra ID}` with the Infra ID specified previously:
257257
+
258258
[source, terminal]
259259
----
@@ -364,4 +364,4 @@ endif::openshift-rosa[]
364364
ifdef::openshift-rosa[]
365365
ROSA
366366
endif::openshift-rosa[]
367-
cluster, see link:https://docs.openshift.com/container-platform/4.13/networking/aws_load_balancer_operator/create-instance-aws-load-balancer-controller.html[Creating an instance of AWS Load Balancer Controller].
367+
cluster, see link:https://docs.openshift.com/container-platform/4.13/networking/aws_load_balancer_operator/create-instance-aws-load-balancer-controller.html[Creating an instance of AWS Load Balancer Controller].

0 commit comments

Comments
 (0)