Skip to content

Commit 19bddc0

Browse files
committed
update the docs to add required variables
1 parent ff573cd commit 19bddc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/controller/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ An example policy with the minimum rights can be found at [iam-policy.json](../.
1616
## Installation
1717
You can choose to install ALB ingress controller via Helm or Kubectl
1818
### Helm
19-
1. Install Helm registry
19+
1. Add helm incubator repository
2020
```bash
2121
helm repo add incubator http://storage.googleapis.com/kubernetes-charts-incubator
2222
```
2323

2424
2. Install ALB ingress controller
2525

2626
``` bash
27-
helm install incubator/aws-alb-ingress-controller
27+
helm install incubator/aws-alb-ingress-controller --set autoDiscoverAwsRegion=true --set autoDiscoverAwsVpcID=true --set clusterName=MyClusterName
2828
```
2929

3030
More docs on [hub.helm.sh](https://hub.helm.sh/charts/incubator/aws-alb-ingress-controller)

0 commit comments

Comments
 (0)