@@ -23,7 +23,7 @@ The IAM permissions can either be setup via IAM roles for ServiceAccount or can
2323
24241. Download IAM policy for the AWS Load Balancer Controller
2525 ```
26- curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.1.0 /docs/install/iam_policy.json
26+ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.1.2 /docs/install/iam_policy.json
2727 ```
2828
29291. Create an IAM policy called AWSLoadBalancerControllerIAMPolicy
@@ -47,7 +47,7 @@ The IAM permissions can either be setup via IAM roles for ServiceAccount or can
4747Setup IAM manually
4848If not setting up IAM for ServiceAccount, apply the IAM policies from the following URL at minimum.
4949```
50- curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.1.0 /docs/install/iam_policy.json
50+ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.1.2 /docs/install/iam_policy.json
5151```
5252## Add Controller to Cluster
5353
@@ -90,7 +90,7 @@ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-lo
9090 ### Apply YAML
9191 1. Download spec for load balancer controller.
9292 ```
93- wget https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.1.0 /docs/install/v2_1_0_full .yaml
93+ wget https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.1.2 /docs/install/v2_1_2_full .yaml
9494 ```
9595 1. Edit the saved yaml file, go to the Deployment spec, and set the controller --cluster-name arg value to your EKS cluster name
9696 ```
@@ -114,7 +114,7 @@ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-lo
114114 ```
115115 1. Apply the yaml file
116116 ```
117- kubectl apply -f v2_1_0_full .yaml
117+ kubectl apply -f v2_1_2_full .yaml
118118 ```
119119
120120
0 commit comments