Skip to content

Commit dbc8f00

Browse files
authored
update docs to refer v2.0.1 (#1675)
1 parent 2abf77e commit dbc8f00

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/guide/controller/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
- For Kubernetes <1.16: `kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/releases/download/v1.0.2/cert-manager-legacy.yaml`
5858

5959
### Download and apply the yaml spec
60-
- https://raw.githubusercontent.com/kubernetes-sigs/aws-alb-ingress-controller/main/docs/install/v2_0_0_full.yaml
60+
- https://raw.githubusercontent.com/kubernetes-sigs/aws-alb-ingress-controller/main/docs/install/v2_0_1_full.yaml
6161
- Edit the saved yaml file, go to the Deployment spec, and set the controller --cluster-name arg value to your EKS cluster name
62-
- Apply the yaml file kubectl apply -f install_v2_0_0.yaml
62+
- Apply the yaml file kubectl apply -f install_v2_0_1.yaml
6363

6464
!!!note ""
6565
If you use IAM roles for service accounts, we recommend that you delete the ServiceAccount from the yaml spec. Doing so will preserve the eksctl created iamserviceaccount if you delete the installation.

docs/guide/upgrade/migrate_v1_v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ foo@bar:~$ kubectl describe deployment -n kube-system alb-ingress-controller |
6161
Existing Ingress resources do not need to be deleted.
6262

6363
3. Install new AWSLoadBalancerController
64-
1. Install AWSLoadBalancerController(v2.0.0) by following the [installation instructions](../controller/installation.md)
64+
1. Install AWSLoadBalancerController(v2.0.1) by following the [installation instructions](../controller/installation.md)
6565
2. Grant [additional IAM policy](../../install/iam_policy_v1_to_v2_additional.json) needed for migration to the controller.
6666

6767
4. Verify all Ingresses works as expected.

0 commit comments

Comments
 (0)