Skip to content

Commit b27c0d7

Browse files
0xPoeTimothy-Dougherty
authored andcommitted
docs: update helm install command (kubernetes-sigs#1793)
* docs: update helm install command * docs: suggest a namespace * docs: specify a name
1 parent da8756e commit b27c0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deploy/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-lo
6767
```
6868
1. Install the helm chart
6969
```
70-
helm install eks/aws-load-balancer-controller
70+
helm install aws-load-balancer-controller eks/aws-load-balancer-controller -n kube-system --set clusterName=<cluster-name>
7171
```
7272
7373

0 commit comments

Comments
 (0)