Skip to content

Commit ab155ba

Browse files
oliviassssTimothy-Dougherty
authored andcommitted
update iam policy version to 2.4.7 (kubernetes-sigs#3123)
1 parent 083bcbb commit ab155ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/deploy/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@ Example condition for cluster name resource tag:
8181
2. Download an IAM policy for the LBC using one of the following commands:<p>
8282
If your cluster is in a US Gov Cloud region:
8383
```
84-
curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.4.6/docs/install/iam_policy_us-gov.json
84+
curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.4.7/docs/install/iam_policy_us-gov.json
8585
```
8686
If your cluster is in a China region:
8787
```
88-
curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.4.6/docs/install/iam_policy_cn.json
88+
curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.4.7/docs/install/iam_policy_cn.json
8989
```
9090
If your cluster is in any other region:
9191
```
92-
curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.4.6/docs/install/iam_policy.json
92+
curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.4.7/docs/install/iam_policy.json
9393
```
9494
9595
3. Create an IAM policy named `AWSLoadBalancerControllerIAMPolicy`. If you downloaded a different policy, replace `iam-policy` with the name of the policy that you downloaded.

0 commit comments

Comments
 (0)