From d370006986c5df4bbe67392dbfc29a385886a127 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Mon, 9 Sep 2024 11:50:59 +0200 Subject: [PATCH] docs: remove outdated note about specifying daskhub --- .../new-cluster/new-cluster.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/hub-deployment-guide/new-cluster/new-cluster.md b/docs/hub-deployment-guide/new-cluster/new-cluster.md index 1f7c10ce42..22fd45c61c 100644 --- a/docs/hub-deployment-guide/new-cluster/new-cluster.md +++ b/docs/hub-deployment-guide/new-cluster/new-cluster.md @@ -145,13 +145,6 @@ export ACCOUNT_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...