Skip to content

Commit 478f171

Browse files
authored
cut v2.1.3 release (#1835)
1 parent c9d30f2 commit 478f171

File tree

4 files changed

+587
-6
lines changed

4 files changed

+587
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# Image URL to use all building/pushing image targets
3-
IMG ?= amazon/aws-alb-ingress-controller:v2.1.2
3+
IMG ?= amazon/aws-alb-ingress-controller:v2.1.3
44

55
CRD_OPTIONS ?= "crd:trivialVersions=false,crdVersions=v1beta1"
66

config/controller/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ kind: Kustomization
99
images:
1010
- name: controller
1111
newName: amazon/aws-alb-ingress-controller
12-
newTag: v2.1.2
12+
newTag: v2.1.3

docs/deploy/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The IAM permissions can either be setup via IAM roles for ServiceAccount or can
2323
2424
1. 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.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
2727
```
2828
2929
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
4747
Setup IAM manually
4848
If 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.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
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.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
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_2_full.yaml
117+
kubectl apply -f v2_1_3_full.yaml
118118
```
119119
120120

0 commit comments

Comments
 (0)