Skip to content

Commit c31e190

Browse files
authored
documentation: update versions to match AWS docs (#2714)
The versions in the installation instructions were outdated compared to the currently available instructions by AWS. See: https://docs.aws.amazon.com/eks/latest/userguide/aws-load-balancer-controller.html Signed-off-by: Ismayil Mirzali <[email protected]>
1 parent 49c0358 commit c31e190

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/deploy/installation.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The IAM permissions can either be setup via IAM roles for ServiceAccount or can
7878
7979
1. 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.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
8282
```
8383
8484
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
103103
#### Setup IAM manually
104104
If 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.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
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:
@@ -172,13 +172,13 @@ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-lo
172172
### Install cert-manager
173173
174174
```
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
176176
```
177177
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.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
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
```
@@ -204,5 +204,3 @@ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-lo
204204
```
205205
kubectl apply -f v2_4_1_full.yaml
206206
```
207-
208-

0 commit comments

Comments
 (0)