Skip to content

Commit

Permalink
Merge pull request #498 from asmacdo/local-deploy-explain-domain
Browse files Browse the repository at this point in the history
Remove `domain` for testing setup
  • Loading branch information
viniciusdc authored Jan 7, 2025
2 parents 53fae55 + a866c45 commit 25ece94
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/docs/how-tos/nebari-local.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ The following steps assume you have:
Note You will be prompted to enter values for some of the choices above if they are absent from the command line arguments (for example, project name and domain)
:::

:::note
If you are deploying for testing purposes, omitting the `--domain` option is recommended to prevent issues related to setting up a DNS domain for your deployment. By default, at the end of your deployment, Nebari will return the external IP associated with the Kubernetes cluster's load balancer.
:::

Once `nebari init` is executed, you should then be able to see the following output:

```bash
Expand Down Expand Up @@ -124,6 +128,8 @@ If you are a Linux user, you can use the `sudo` command to gain root privileges
sudo echo "172.18.1.100 <domain>" | sudo tee -a /etc/hosts
```

See the [domain-registry documentation](https://www.nebari.dev/docs/how-tos/domain-registry#what-is-a-dns) for details.

:::

### Exposing container network (for MacOS)
Expand Down

0 comments on commit 25ece94

Please sign in to comment.