Skip to content

Commit

Permalink
Remove the about setting up support for AWS from new cluster guide
Browse files Browse the repository at this point in the history
This note is already given in the support setup guide, which is a more appropriate place for it
  • Loading branch information
sgibson91 committed Mar 25, 2024
1 parent c1ffde6 commit de49200
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions docs/hub-deployment-guide/new-cluster/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,19 +337,3 @@ automatically deployed by our CI/CD system. Add an entry for the new cluster
here.
[`upgrade-support-and-staging`]: https://github.com/2i2c-org/infrastructure/blob/18f5a4f8f39ed98c2f5c99091ae9f19a1075c988/.github/workflows/deploy-hubs.yaml#L128-L166
## A note on the support chart for AWS clusters
````{warning}
When you deploy the support chart on an AWS cluster, you **must** enable the
`cluster-autoscaler` sub-chart, otherwise the node groups will not automatically
scale. Include the following in your `support.values.yaml` file:
```yaml
cluster-autoscaler:
enabled: true
autoDiscovery:
clusterName: <cluster-name>
awsRegion: <aws-region>
```
````

0 comments on commit de49200

Please sign in to comment.