Skip to content
Merged
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading