@@ -78,7 +78,7 @@ The IAM permissions can either be setup via IAM roles for ServiceAccount or can
78
78
79
79
1. Download IAM policy for the AWS Load Balancer Controller
80
80
```
81
- curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.4.1 /docs/install/iam_policy.json
81
+ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.4.2 /docs/install/iam_policy.json
82
82
```
83
83
84
84
1. Create an IAM policy called AWSLoadBalancerControllerIAMPolicy
@@ -103,7 +103,7 @@ The IAM permissions can either be setup via IAM roles for ServiceAccount or can
103
103
#### Setup IAM manually
104
104
If not setting up IAM for ServiceAccount, apply the IAM policies from the following URL at minimum.
105
105
```
106
- curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.4.1 /docs/install/iam_policy.json
106
+ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.4.2 /docs/install/iam_policy.json
107
107
```
108
108
109
109
##### 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:
@@ -172,13 +172,13 @@ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-lo
172
172
### Install cert-manager
173
173
174
174
```
175
- kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/releases/download/v1.5.3 /cert-manager.yaml
175
+ kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/releases/download/v1.5.4 /cert-manager.yaml
176
176
```
177
177
178
178
### Apply YAML
179
179
1. Download spec for load balancer controller.
180
180
```
181
- wget https://github.com/kubernetes-sigs/aws-load-balancer-controller/releases/download/v2.4.1 /v2_4_1_full.yaml
181
+ wget https://github.com/kubernetes-sigs/aws-load-balancer-controller/releases/download/v2.4.2 /v2_4_1_full.yaml
182
182
```
183
183
1. Edit the saved yaml file, go to the Deployment spec, and set the controller --cluster-name arg value to your EKS cluster name
184
184
```
@@ -204,5 +204,3 @@ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-lo
204
204
```
205
205
kubectl apply -f v2_4_1_full.yaml
206
206
```
207
-
208
-
0 commit comments