From de492003ebbdda0d9cf18f432ab4ea7986040a04 Mon Sep 17 00:00:00 2001 From: Sarah Gibson Date: Mon, 25 Mar 2024 17:07:35 +0000 Subject: [PATCH] Remove the about setting up support for AWS from new cluster guide This note is already given in the support setup guide, which is a more appropriate place for it --- docs/hub-deployment-guide/new-cluster/aws.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/docs/hub-deployment-guide/new-cluster/aws.md b/docs/hub-deployment-guide/new-cluster/aws.md index 6a81c8be1a..030ff8f7ec 100644 --- a/docs/hub-deployment-guide/new-cluster/aws.md +++ b/docs/hub-deployment-guide/new-cluster/aws.md @@ -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: - awsRegion: -``` -````