We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version pulp-minimal image
Describe the bug The operator is failing to run the route_paths.py:
route_paths.py
sh-5.1$ /usr/bin/route_paths.py content Traceback (most recent call last): File "/usr/bin/route_paths.py", line 7, in <module> import nginx ModuleNotFoundError: No module named 'nginx'
which is impacting the deployment of ingress resources.
Additional context I think it is related to: 264d840#diff-96ada1b0cf2d5e352ac9148dd4e446026cac44d852a94669e1e5172b7b2a472bL86
The text was updated successfully, but these errors were encountered:
OK, agree. So this package is not a pulpcore requirement. But it's not listed as a requirement elsewhere, is it?
Sorry, something went wrong.
Install some extra python packages
f3647d5
It seems like python-nginx was needed by the operator. Fixes pulp#653
fbb5026
0a3ab9e
Successfully merging a pull request may close this issue.
Version
pulp-minimal image
Describe the bug
The operator is failing to run the
route_paths.py
:which is impacting the deployment of ingress resources.
Additional context
I think it is related to:
264d840#diff-96ada1b0cf2d5e352ac9148dd4e446026cac44d852a94669e1e5172b7b2a472bL86
The text was updated successfully, but these errors were encountered: