@@ -80,7 +80,7 @@ Example condition for cluster name resource tag:
8080
81811. Download IAM policy for the AWS Load Balancer Controller
8282 ```
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
8484 ```
8585
86861. Create an IAM policy called AWSLoadBalancerControllerIAMPolicy
@@ -106,7 +106,7 @@ Example condition for cluster name resource tag:
106106### Option B: Attach IAM Policies to Nodes
107107If not setting up IAM for ServiceAccount, apply the IAM policies from the following URL at minimum.
108108```
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
110110```
111111
112112*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
190190 ### Apply YAML
191191 1. Download spec for load balancer controller.
192192 ```
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
194194 ```
195195 1. Edit the saved yaml file, go to the Deployment spec, and set the controller --cluster-name arg value to your EKS cluster name
196196 ```
@@ -214,15 +214,15 @@ We recommend using the Helm chart. This supports Fargate and facilitates updatin
214214 ```
215215 1. Apply the yaml file
216216 ```
217- kubectl apply -f v2_4_3_full .yaml
217+ kubectl apply -f v2_4_4_full .yaml
218218 ```
219219 1. Optionally download the default ingressclass and ingressclass params
220220 ```
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
222222 ```
223223 1. Apply the ingressclass and params
224224 ```
225- kubectl apply -f v2_4_3_ingclass .yaml
225+ kubectl apply -f v2_4_4_ingclass .yaml
226226 ```
227227
228228## Create Update Strategy
0 commit comments