Skip to content

Commit

Permalink
docs: Fix rendering of helm values for cluster-autoscaler (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
askulkarni2 authored Aug 30, 2024
1 parent 1058f59 commit 5471585
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/addons/cluster-autoscaler.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ const blueprint = blueprints.EksBlueprint.builder()
5. Supports [standard helm configuration options](./index.md#standard-helm-add-on-configuration-options).

The add-on automatically sets the following Helm Chart [values](https://github.com/kubernetes/autoscaler/tree/master/charts/cluster-autoscaler#values), and it is **highly recommended** not to pass these values in (as it will result in a failed deployment):
- cloudProvider
- autoDiscovery.clusterName
- awsRegion
- rbac.serviceAccount.create
- rbac.serviceAccount.name

- `cloudProvider`
- `autoDiscovery.clusterName`
- `awsRegion`
- `rbac.serviceAccount.create`
- `rbac.serviceAccount.name`

## Testing the scaling functionality

Expand Down

0 comments on commit 5471585

Please sign in to comment.