-
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 on Arm based Mac fails #2300
Comments
I can see that IP Assigned to the load balancer pod on my machine is not 172.18.1.100. |
@pt247 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) |
For reference, the successful connection log looks like this (yes, the hostname was empty despite setting the domain in the nebari config file):
My hosts file:
Domain in the Nebari config:
docker-mac-net-connect (from new docs linked above):
|
I'm closing this issue as this has been solved in #1405 (comment) |
Describe the bug
I am deploying Nebari locally on the Mac ARM (M3). Deployment is failing with the error:
ERROR: After stage=04-kubernetes-ingress unable to connect to ingress host=172.18.1.100 port=80
Expected behavior
Local deployment should finish.
OS and architecture in which you are running Nebari
macOS Sonoma Version 14.3.1 Apple M3
How to Reproduce the problem?
Command output
That IP is an internal docker network IP and the port is also not exposed:
$ conda --version
conda 24.1.2
$ nebari --version
0.1.dev1287+g6ae41e8
$ kubectl version
Client Version: v1.29.1
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.23.13
WARNING: version difference between client (1.29) and server (1.23) exceeds the supported minor version skew of +/-1
The text was updated successfully, but these errors were encountered: