From aaff8954539ad76f118d51a46e39665f58723b0f Mon Sep 17 00:00:00 2001 From: Austin Macdonald Date: Wed, 7 Aug 2024 11:18:35 -0500 Subject: [PATCH] Remove `domain` for testing setup Related: https://github.com/nebari-dev/nebari/issues/2555 Thanks @vinicusdc for the suggestion https://github.com/nebari-dev/nebari/issues/2555#issuecomment-2272052705 --- docs/docs/how-tos/nebari-local.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/docs/how-tos/nebari-local.md b/docs/docs/how-tos/nebari-local.md index 15335b4a..110e3fd5 100644 --- a/docs/docs/how-tos/nebari-local.md +++ b/docs/docs/how-tos/nebari-local.md @@ -159,6 +159,14 @@ security: tag: sha-b4a2d1e ``` +### Disable DNS for local deployment + +If you are deploying locally, DNS is not necessary except for dask dashboard and the notebook +scheduler extension. Therefore it is recommended to simply delete the `domain` line from the +`nebari-config.yaml`. + +If you prefer to setup DNS, see the [domain-registry documentation](https://www.nebari.dev/docs/how-tos/domain-registry#what-is-a-dns). + ## Deploying Nebari With the `nebari-config.yaml` configuration file now created, Nebari can be deployed for the first time with: