-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] - local deploy fails, improve docs #2026
Comments
Hi @nkaretnikov, sorry to hear you're running into issues. What was the domain you specified in And which sections of the docs are you referring to when you say it's unclear? |
@iameskild I either specified UX-wise, and that's the main issue, it's still not clear to me why so much user-interaction is required. When I start something like an HTTP server, it just starts automatically on some address and pre-defined port. I can specify the address and port, too, if I need. What is preventing nebari just starting on localhost (127.0.0.1 or 0.0.0.0), with some predefined ports, like 5000, and so on? |
@costrouc at one point we needed users to deploy to |
This still fails for me in a VM:
Generated via Error:
|
Made another attempt to deploy locally. Discovered there is a CI file with a local deploy config: https://github.com/nebari-dev/nebari/blob/748bb6a51dd094c5a9a97006754a32a0dff83caa/.github/workflows/test_local_integration.yaml The most important commands there:
|
I think this might be related to #2162 |
This is solved in #1405 (comment), see the docs linked in the post. You need to update the hosts file and also install/enable docker-mac-net-connect. However, note that I couldn't really use Nebari after deploy because it crashed almost immediately due to high resource usage (on a laptop): #1405 (comment) Closing as a dup. |
Describe the bug
Local deploy can fail for a bunch of reasons.
I saw different errors depending on whether I have bridged networking or NAT in the VM, might be unrelated.
Some examples:
OR
It failing to setup/reach Keycloak and exiting after timeout.
Command examples:
OR
Problems:
Expected behavior
An example command in the docs: shows how to deploy on a Ubuntu VM on localhost.
If there are constraints, these should be explained after this example command.
OS and architecture in which you are running Nebari
Linux
How to Reproduce the problem?
6d01b04
Command output
No response
Versions and dependencies used.
No response
Compute environment
None
Integrations
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: