Skip to content

Commit 68c417a

Browse files
authored
cut v2.2.0 release (#2009)
1 parent e12c72d commit 68c417a

File tree

4 files changed

+984
-5
lines changed

4 files changed

+984
-5
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.3
3+
IMG ?= amazon/aws-alb-ingress-controller:v2.2.0
44

55
CRD_OPTIONS ?= "crd:crdVersions=v1"
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.3
12+
newTag: v2.2.0

docs/deploy/installation.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Load Balancer Controller Installation
22

3+
## Kubernetes version requirements
4+
* AWS Load Balancer Controller v2.0.0~v2.1.3 requires Kubernetes 1.15+
5+
* AWS Load Balancer Controller v2.2.0 requires Kubernetes 1.16+
6+
37
!!!warning "Existing AWS ALB Ingress Controller users"
48
AWS ALB Ingress controller must be uninstalled before installing AWS Load Balancer controller.
59
Please follow our [migration guide](upgrade/migrate_v1_v2.md) to do migration.
@@ -30,7 +34,7 @@ The IAM permissions can either be setup via IAM roles for ServiceAccount or can
3034
3135
1. Download IAM policy for the AWS Load Balancer Controller
3236
```
33-
curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.1.3/docs/install/iam_policy.json
37+
curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.2.0/docs/install/iam_policy.json
3438
```
3539
3640
1. Create an IAM policy called AWSLoadBalancerControllerIAMPolicy
@@ -54,7 +58,7 @@ The IAM permissions can either be setup via IAM roles for ServiceAccount or can
5458
#### Setup IAM manually
5559
If not setting up IAM for ServiceAccount, apply the IAM policies from the following URL at minimum.
5660
```
57-
curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.1.3/docs/install/iam_policy.json
61+
curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.2.0/docs/install/iam_policy.json
5862
```
5963
## Add Controller to Cluster
6064
@@ -105,7 +109,7 @@ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-lo
105109
### Apply YAML
106110
1. Download spec for load balancer controller.
107111
```
108-
wget https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.1.3/docs/install/v2_1_3_full.yaml
112+
wget https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.2.0/docs/install/v2_2_0_full.yaml
109113
```
110114
1. Edit the saved yaml file, go to the Deployment spec, and set the controller --cluster-name arg value to your EKS cluster name
111115
```

0 commit comments

Comments
 (0)