-
Notifications
You must be signed in to change notification settings - Fork 95
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] - Installing nebari locally (local with kind) fails. #1703
Comments
@pmeier is this the same issue you faced recently? |
Most likely. Just to confirm @twaclaw: if you create a new user and try to login, are you also seeing a HTTP 500 error? This is happening, because we only patch
As discussed in our last sync, we need to eliminate this since other users might not have access to a domain and more important shouldn't need to to deploy @twaclaw As a quick workaround, destroy the cluster with If you drop the
If the IPs match, just confirm and your cluster should start up without issues. You can also remove the entry from |
@pmeier, thanks for the workaround. I confirm that passing |
Describe the bug
Deploying nebari locally fails.
The health check for
https://domain/argo/
fails.Other endpoints work fine, and
argo worksflows
seems to be installed properly.log3.8.txt
Expected behavior
Installation should go through.
OS and architecture in which you are running Nebari
Archlinux: 6.2.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 22 Mar 2023 22:52:35 +0000 x86_64 GNU/Linux. I tried with both Python 3.8 and 3.11.
How to Reproduce the problem?
Follow the steps in:
https://www.nebari.dev/docs/how-tos/nebari-local
Command output
Versions and dependencies used.
kind
: 0.18.0kubectl
:Client Version: v1.26.3
Kustomize Version: v4.5.7
Server Version: v1.21.10
nebari
: 2023.1.1Compute environment
kind
Integrations
Argo
Anything else?
No response
The text was updated successfully, but these errors were encountered: