@@ -23,7 +23,7 @@ The IAM permissions can either be setup via IAM roles for ServiceAccount or can
23
23
24
24
1. Download IAM policy for the AWS Load Balancer Controller
25
25
```
26
- curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.1.2 /docs/install/iam_policy.json
26
+ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.1.3 /docs/install/iam_policy.json
27
27
```
28
28
29
29
1. Create an IAM policy called AWSLoadBalancerControllerIAMPolicy
@@ -47,7 +47,7 @@ The IAM permissions can either be setup via IAM roles for ServiceAccount or can
47
47
Setup IAM manually
48
48
If not setting up IAM for ServiceAccount, apply the IAM policies from the following URL at minimum.
49
49
```
50
- curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.1.2 /docs/install/iam_policy.json
50
+ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.1.3 /docs/install/iam_policy.json
51
51
```
52
52
## Add Controller to Cluster
53
53
@@ -90,7 +90,7 @@ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-lo
90
90
### Apply YAML
91
91
1. Download spec for load balancer controller.
92
92
```
93
- wget https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.1.2 /docs/install/v2_1_2_full .yaml
93
+ wget https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.1.3 /docs/install/v2_1_3_full .yaml
94
94
```
95
95
1. Edit the saved yaml file, go to the Deployment spec, and set the controller --cluster-name arg value to your EKS cluster name
96
96
```
@@ -114,7 +114,7 @@ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-lo
114
114
```
115
115
1. Apply the yaml file
116
116
```
117
- kubectl apply -f v2_1_2_full .yaml
117
+ kubectl apply -f v2_1_3_full .yaml
118
118
```
119
119
120
120
0 commit comments