Skip to content

Commit

Permalink
Merge pull request 2i2c-org#4754 from consideRatio/pr/remove-outdated…
Browse files Browse the repository at this point in the history
…-docs

docs: remove outdated note about specifying daskhub
  • Loading branch information
consideRatio authored Sep 9, 2024
2 parents c1b6a6a + d370006 commit e3a72c9
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions docs/hub-deployment-guide/new-cluster/new-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,6 @@ export ACCOUNT_ID=<declare 2i2c for clusters under 2i2c SSO, otherwise an accoun
deployer generate dedicated-cluster aws --cluster-name=$CLUSTER_NAME --cluster-region=$CLUSTER_REGION --account-id=$ACCOUNT_ID
```
After running this command, you will be asked to provide the type of hub that will be deployed in the cluster, i.e. `basehub` or `daskhub`.
- If you already know that the there will be daskhubs running in this cluster, then type in `daskhub` and hit ENTER.
This will generate a specific node pool for dask workers to run on, in the appropriate `.jsonnet` file that will be used with `eksctl`.
- Otherwise, just hit ENTER and it will default to a basehub infrastructure that you can later amend if daskhubs will be needed by following the guide on [how to add support for daskhubs in an existing cluster](howto:features:daskhub).
This will generate the following files:
1. `eksctl/$CLUSTER_NAME.jsonnet` with a default cluster configuration, deployed to `us-west-2`
Expand Down Expand Up @@ -245,13 +238,6 @@ export PROJECT_ID=<gcp-project-id>
deployer generate dedicated-cluster gcp --cluster-name=$CLUSTER_NAME --project-id=$PROJECT_ID --cluster-region=$CLUSTER_REGION
```
After running this command, you will be asked to provide the type of hub that will be deployed in the cluster, i.e. `basehub` or `daskhub`.
- If you already know that the there will be daskhubs running in this cluster, then type in `daskhub` and hit ENTER.
This will generate a specific node pool for dask workers to run on, in the appropriate `.jsonnet` file that will be used with `eksctl`.
- Otherwise, just hit ENTER and it will default to a basehub infrastructure that you can later amend if daskhubs will be needed by following the guide on [how to add support for daskhubs in an existing cluster](howto:features:daskhub).
This will generate the following files:
Generating the terraform infrastructure file...
Expand Down

0 comments on commit e3a72c9

Please sign in to comment.