Skip to content

Commit 0e61ae9

Browse files
committed
update docs to ref v2.1.0 branch
1 parent 15191b3 commit 0e61ae9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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-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
2727
```
2828
2929
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
4646
Setup IAM manually
4747
If not setting up IAM for ServiceAccount, apply the IAM policies from the following URL at minimum.
4848
```
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
5050
```
5151
## Add Controller to Cluster
5252
@@ -85,7 +85,7 @@ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-al
8585
### Apply YAML
8686
1. Download spec for load balancer controller.
8787
```
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
8989
```
9090
1. Edit the saved yaml file, go to the Deployment spec, and set the controller --cluster-name arg value to your EKS cluster name
9191
```
@@ -109,7 +109,7 @@ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-al
109109
```
110110
1. Apply the yaml file
111111
```
112-
kubectl apply -f install_v2_0_1.yaml
112+
kubectl apply -f v2_1_0_full.yaml
113113
```
114114
115115

0 commit comments

Comments
 (0)