mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-06-12 17:24:32 +02: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