We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10aab91 commit 5d86951Copy full SHA for 5d86951
docs/deploy/installation.md
@@ -100,7 +100,7 @@ The IAM permissions can either be setup via IAM roles for ServiceAccount or can
100
#### Setup IAM manually
101
If not setting up IAM for ServiceAccount, apply the IAM policies from the following URL at minimum.
102
```
103
-curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.2.1/docs/install/iam_policy.json
+curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.3.0/docs/install/iam_policy.json
104
105
## Add Controller to Cluster
106
0 commit comments