-
Notifications
You must be signed in to change notification settings - Fork 63
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
Dev Setup #378
Comments
The dev documentation in this repo needs to be updated. On linux machines we're using k3s to create a local single node cluster and deploy infrabox using |
Thank you for the help. I managed to deploy it with Docker Desktop. I am only having an issue with the dashboard-client that I don't know how to solve. When I print the logs from the static pod I get the following error after the
|
These warnings should at least not cause major issues. |
I have nothing on my localhost:8080. I don't think it is just a warning, it says it exited with code 3. When I run the ui outside the cluster I get no errors. |
Describe the bug
I am new to the repo and I am trying to setup my machine for development. I managed to add all the dependencies although I have some doubts about the python 2.7 requirement and why there is no Pipfile in the repo.
I am trying to start the api service with command
./ib.py services start api
, but I am getting amaximum recursion depth exceeded
undersuper(SSLContext, SSLContext).options.__set__(self, value)
. The storage and dashboard-client services start normally.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: