-
Notifications
You must be signed in to change notification settings - Fork 18
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
uWSGI Misconfiguration #409
Comments
Spent a couple of hours testing this. We need also to change the way |
I am trying to install nautobot in on prem k8s. and running into issue with the basic installtion. nautobot-default pods are failing readiness probe $ kubectl -n stargate get all
$ kubectl -n stargate describe pod/nautobot-dev-default-5f95f8c5cd-8mkwv Normal Scheduled 13m default-scheduler Successfully assigned stargate/nautobot-dev-default-5f95f8c5cd-8mkwv to k8-node-3.dev.chtrse.com Can some one help me. |
According to the uWSGI folks it's advised not to use socket and http listeners together. This is discussed here. We need to update the uWSGI.ini template to not use both together.
The text was updated successfully, but these errors were encountered: