@@ -23,7 +23,7 @@ The IAM permissions can either be setup via IAM roles for ServiceAccount or can
23
23
24
24
1. Download IAM policy for the AWS Load Balancer Controller
25
25
```
26
- curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-alb-ingress -controller/main /docs/install/iam_policy.json
26
+ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer -controller/v2.1.0 /docs/install/iam_policy.json
27
27
```
28
28
29
29
1. Create an IAM policy called AWSLoadBalancerControllerIAMPolicy
@@ -46,7 +46,7 @@ The IAM permissions can either be setup via IAM roles for ServiceAccount or can
46
46
Setup IAM manually
47
47
If not setting up IAM for ServiceAccount, apply the IAM policies from the following URL at minimum.
48
48
```
49
- curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-alb-ingress -controller/main /docs/install/iam_policy.json
49
+ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer -controller/v2.1.0 /docs/install/iam_policy.json
50
50
```
51
51
## Add Controller to Cluster
52
52
@@ -85,7 +85,7 @@ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-al
85
85
### Apply YAML
86
86
1. Download spec for load balancer controller.
87
87
```
88
- wget https://raw.githubusercontent.com/kubernetes-sigs/aws-alb-ingress -controller/main /docs/install/v2_1_0_full.yaml
88
+ wget https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer -controller/v2.1.0 /docs/install/v2_1_0_full.yaml
89
89
```
90
90
1. Edit the saved yaml file, go to the Deployment spec, and set the controller --cluster-name arg value to your EKS cluster name
91
91
```
@@ -109,7 +109,7 @@ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-al
109
109
```
110
110
1. Apply the yaml file
111
111
```
112
- kubectl apply -f install_v2_0_1 .yaml
112
+ kubectl apply -f v2_1_0_full .yaml
113
113
```
114
114
115
115
0 commit comments