22
33## Kubernetes version requirements
44* 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+
5+ * AWS Load Balancer Controller v2.2.0+ requires Kubernetes 1.16+
66
77!!!warning "Existing AWS ALB Ingress Controller users"
88 AWS ALB Ingress controller must be uninstalled before installing AWS Load Balancer controller.
@@ -34,7 +34,7 @@ The IAM permissions can either be setup via IAM roles for ServiceAccount or can
3434
35351. Download IAM policy for the AWS Load Balancer Controller
3636 ```
37- curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.2.0 /docs/install/iam_policy.json
37+ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.2.1 /docs/install/iam_policy.json
3838 ```
3939
40401. Create an IAM policy called AWSLoadBalancerControllerIAMPolicy
@@ -58,7 +58,7 @@ The IAM permissions can either be setup via IAM roles for ServiceAccount or can
5858#### Setup IAM manually
5959If not setting up IAM for ServiceAccount, apply the IAM policies from the following URL at minimum.
6060```
61- curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.2.0 /docs/install/iam_policy.json
61+ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.2.1 /docs/install/iam_policy.json
6262```
6363## Add Controller to Cluster
6464
@@ -109,7 +109,7 @@ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-lo
109109 ### Apply YAML
110110 1. Download spec for load balancer controller.
111111 ```
112- wget https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.2.0 /docs/install/v2_2_0_full .yaml
112+ wget https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.2.1 /docs/install/v2_2_1_full .yaml
113113 ```
114114 1. Edit the saved yaml file, go to the Deployment spec, and set the controller --cluster-name arg value to your EKS cluster name
115115 ```
@@ -133,7 +133,7 @@ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-lo
133133 ```
134134 1. Apply the yaml file
135135 ```
136- kubectl apply -f v2_2_0_full .yaml
136+ kubectl apply -f v2_2_1_full .yaml
137137 ```
138138
139139
0 commit comments