mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
docs: update helm instructions for irsa example (#1251)
This commit is contained in:
@@ -30,7 +30,7 @@ Install the chart using the provided values file:
|
|||||||
```
|
```
|
||||||
$ helm repo add autoscaler https://kubernetes.github.io/autoscaler
|
$ helm repo add autoscaler https://kubernetes.github.io/autoscaler
|
||||||
$ helm repo update
|
$ helm repo update
|
||||||
$ helm install cluster-autoscaler --namespace kube-system autoscaler/cluster-autoscaler-chart --values=cluster-autoscaler-chart-values.yaml
|
$ helm install cluster-autoscaler --namespace kube-system autoscaler/cluster-autoscaler --values cluster-autoscaler-chart-values.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
## Verify
|
## Verify
|
||||||
|
|||||||
Reference in New Issue
Block a user