@@ -78,7 +78,7 @@ The IAM permissions can either be setup via IAM roles for ServiceAccount or can
7878
79791. Download IAM policy for the AWS Load Balancer Controller 
8080 ``` 
81-  curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.4.0 /docs/install/iam_policy.json 
81+  curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.4.1 /docs/install/iam_policy.json 
8282 ``` 
8383
84841. Create an IAM policy called AWSLoadBalancerControllerIAMPolicy 
@@ -103,7 +103,7 @@ The IAM permissions can either be setup via IAM roles for ServiceAccount or can
103103#### Setup IAM manually 
104104If not setting up IAM for ServiceAccount, apply the IAM policies from the following URL at minimum. 
105105``` 
106- curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.4.0 /docs/install/iam_policy.json 
106+ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.4.1 /docs/install/iam_policy.json 
107107``` 
108108
109109##### 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: 
@@ -178,7 +178,7 @@ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-lo
178178 ### Apply YAML 
179179 1. Download spec for load balancer controller. 
180180 ``` 
181-  wget https://github.com/kubernetes-sigs/aws-load-balancer-controller/releases/download/v2.4.0/v2_4_0_full .yaml 
181+  wget https://github.com/kubernetes-sigs/aws-load-balancer-controller/releases/download/v2.4.1/v2_4_1_full .yaml 
182182 ``` 
183183 1. Edit the saved yaml file, go to the Deployment spec, and set the controller --cluster-name arg value to your EKS cluster name 
184184 ``` 
@@ -202,7 +202,7 @@ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-lo
202202 ``` 
203203 1. Apply the yaml file 
204204 ``` 
205-  kubectl apply -f v2_4_0_full .yaml 
205+  kubectl apply -f v2_4_1_full .yaml 
206206 ``` 
207207
208208
0 commit comments