@@ -80,7 +80,7 @@ Example condition for cluster name resource tag:
80
80
81
81
1. Download IAM policy for the AWS Load Balancer Controller
82
82
```
83
- curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.4.3 /docs/install/iam_policy.json
83
+ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.4.4 /docs/install/iam_policy.json
84
84
```
85
85
86
86
1. Create an IAM policy called AWSLoadBalancerControllerIAMPolicy
@@ -106,7 +106,7 @@ Example condition for cluster name resource tag:
106
106
### Option B: Attach IAM Policies to Nodes
107
107
If not setting up IAM for ServiceAccount, apply the IAM policies from the following URL at minimum.
108
108
```
109
- curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.4.3 /docs/install/iam_policy.json
109
+ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.4.4 /docs/install/iam_policy.json
110
110
```
111
111
112
112
*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:*
@@ -190,7 +190,7 @@ We recommend using the Helm chart. This supports Fargate and facilitates updatin
190
190
### Apply YAML
191
191
1. Download spec for load balancer controller.
192
192
```
193
- wget https://github.com/kubernetes-sigs/aws-load-balancer-controller/releases/download/v2.4.3/v2_4_3_full .yaml
193
+ wget https://github.com/kubernetes-sigs/aws-load-balancer-controller/releases/download/v2.4.4/v2_4_4_full .yaml
194
194
```
195
195
1. Edit the saved yaml file, go to the Deployment spec, and set the controller --cluster-name arg value to your EKS cluster name
196
196
```
@@ -214,15 +214,15 @@ We recommend using the Helm chart. This supports Fargate and facilitates updatin
214
214
```
215
215
1. Apply the yaml file
216
216
```
217
- kubectl apply -f v2_4_3_full .yaml
217
+ kubectl apply -f v2_4_4_full .yaml
218
218
```
219
219
1. Optionally download the default ingressclass and ingressclass params
220
220
```
221
- wget https://github.com/kubernetes-sigs/aws-load-balancer-controller/releases/download/v2.4.3/v2_4_3_ingclass .yaml
221
+ wget https://github.com/kubernetes-sigs/aws-load-balancer-controller/releases/download/v2.4.4/v2_4_4_ingclass .yaml
222
222
```
223
223
1. Apply the ingressclass and params
224
224
```
225
- kubectl apply -f v2_4_3_ingclass .yaml
225
+ kubectl apply -f v2_4_4_ingclass .yaml
226
226
```
227
227
228
228
## Create Update Strategy
0 commit comments