File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ An example policy with the minimum rights can be found at [iam-policy.json](../.
16
16
## Installation
17
17
You can choose to install ALB ingress controller via Helm or Kubectl
18
18
### Helm
19
- 1 . Install Helm registry
19
+ 1 . Add helm incubator repository
20
20
``` bash
21
21
helm repo add incubator http://storage.googleapis.com/kubernetes-charts-incubator
22
22
```
23
23
24
24
2. Install ALB ingress controller
25
25
26
26
` ` ` 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
28
28
` ` `
29
29
30
30
More docs on [hub.helm.sh](https://hub.helm.sh/charts/incubator/aws-alb-ingress-controller)
You can’t perform that action at this time.
0 commit comments