mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-17 14:29:39 +02:00
docs: Update autoscaler installation in IRSA example (#1063)
This commit is contained in:
@@ -28,7 +28,9 @@ Replace `<ACCOUNT ID>` with your AWS account ID in `cluster-autoscaler-chart-val
|
|||||||
Install the chart using the provided values file:
|
Install the chart using the provided values file:
|
||||||
|
|
||||||
```
|
```
|
||||||
helm install --name cluster-autoscaler --namespace kube-system stable/cluster-autoscaler --values=cluster-autoscaler-chart-values.yaml
|
$ helm repo add autoscaler https://kubernetes.github.io/autoscaler
|
||||||
|
$ helm repo update
|
||||||
|
$ helm install cluster-autoscaler --namespace kube-system autoscaler/cluster-autoscaler-chart --values=cluster-autoscaler-chart-values.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
## Verify
|
## Verify
|
||||||
|
|||||||
@@ -2,8 +2,9 @@ awsRegion: us-west-2
|
|||||||
|
|
||||||
rbac:
|
rbac:
|
||||||
create: true
|
create: true
|
||||||
serviceAccountAnnotations:
|
serviceAccount:
|
||||||
eks.amazonaws.com/role-arn: "arn:aws:iam::<ACCOUNT ID>:role/cluster-autoscaler"
|
annotations:
|
||||||
|
eks.amazonaws.com/role-arn: "arn:aws:iam::<ACCOUNT ID>:role/cluster-autoscaler"
|
||||||
|
|
||||||
autoDiscovery:
|
autoDiscovery:
|
||||||
clusterName: test-eks-irsa
|
clusterName: test-eks-irsa
|
||||||
|
|||||||
Reference in New Issue
Block a user