You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ aws iam put-role-policy --role-name albo-operator --policy-name perms-policy-albo-operator --policy-document file://albo-operator-permission-policy.json
159
159
----
160
160
+
161
161
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].
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
227
227
----
228
228
+
229
229
.. Generate the controller's AWS credentials:
@@ -253,7 +253,7 @@ endif::openshift-rosa[]
253
253
ifdef::openshift-rosa[]
254
254
ROSA
255
255
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:
257
257
+
258
258
[source, terminal]
259
259
----
@@ -364,4 +364,4 @@ endif::openshift-rosa[]
364
364
ifdef::openshift-rosa[]
365
365
ROSA
366
366
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