From 84ec3246223ce8fa663fc87e75023fe0bea689dd Mon Sep 17 00:00:00 2001 From: Georgiana Dolocan Date: Thu, 5 Dec 2024 16:40:00 +0200 Subject: [PATCH] Update phase 3 docs --- .../hub-deployment-guide/runbooks/phase3/initial-hub-setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/hub-deployment-guide/runbooks/phase3/initial-hub-setup.md b/docs/hub-deployment-guide/runbooks/phase3/initial-hub-setup.md index c1d52305e0..4a03a0d031 100644 --- a/docs/hub-deployment-guide/runbooks/phase3/initial-hub-setup.md +++ b/docs/hub-deployment-guide/runbooks/phase3/initial-hub-setup.md @@ -110,7 +110,7 @@ All of the following steps must be followed in order to consider phase 3.1 compl Make sure you are in the right terraform directory, i.e. `terraform/projects/aws` and the right terraform workspace by running `terraform workspace show`. ```bash - terraform output nfs_server_dns + terraform output nfs_server_dns_map ``` ```` @@ -160,7 +160,7 @@ All of the following steps must be followed in order to consider phase 3.1 compl Use the info provided in the new hub GitHub issue for the `Dask gateway` section. If Dask gateway will be needed, then choose a `basehub`, and follow the guide on - (how to enable dask-gateway on an existing hub)[howto:features:daskhub] + [how to enable dask-gateway on an existing hub](howto:features:daskhub). 1. **Add the new cluster to CI/CD**