@@ -78,7 +78,7 @@ The IAM permissions can either be setup via IAM roles for ServiceAccount or can
78
78
79
79
1. Download IAM policy for the AWS Load Balancer Controller
80
80
```
81
- curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.3.1 /docs/install/iam_policy.json
81
+ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.4.0 /docs/install/iam_policy.json
82
82
```
83
83
84
84
1. Create an IAM policy called AWSLoadBalancerControllerIAMPolicy
@@ -103,7 +103,7 @@ The IAM permissions can either be setup via IAM roles for ServiceAccount or can
103
103
#### Setup IAM manually
104
104
If not setting up IAM for ServiceAccount, apply the IAM policies from the following URL at minimum.
105
105
```
106
- curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.3.1 /docs/install/iam_policy.json
106
+ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.4.0 /docs/install/iam_policy.json
107
107
```
108
108
109
109
##### IAM permission subset for those who use *TargetGroupBinding* only and don't plan to use the AWS Load Balancer Controller to manage security group rules:
@@ -177,7 +177,7 @@ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-lo
177
177
### Apply YAML
178
178
1. Download spec for load balancer controller.
179
179
```
180
- wget https://github.com/kubernetes-sigs/aws-load-balancer-controller/releases/download/v2.3.1/v2_3_1_full .yaml
180
+ wget https://github.com/kubernetes-sigs/aws-load-balancer-controller/releases/download/v2.4.0/v2_4_0_full .yaml
181
181
```
182
182
1. Edit the saved yaml file, go to the Deployment spec, and set the controller --cluster-name arg value to your EKS cluster name
183
183
```
@@ -201,7 +201,7 @@ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-lo
201
201
```
202
202
1. Apply the yaml file
203
203
```
204
- kubectl apply -f v2_3_1_full .yaml
204
+ kubectl apply -f v2_4_0_full .yaml
205
205
```
206
206
207
207
0 commit comments