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
$ oc status ------ Output ---- In project myproject on server https://openshift:6443
svc/blog-django-py - 10.217.5.217:8080 deployment/blog-django-py deploys istag/blog-django-py:latest <- bc/blog-django-py source builds https://github.com/openshift-katacoda/blog-django-py on openshift/python:latest build #1 failed 1 second ago - 35b89e2: Update package versions. (Graham Dumpleton [email protected]) deployment #1 running for about a minute - 0/1 pods growing to 1
Errors:
1 error, 1 info identified, use 'oc status --suggest' to see details.
The text was updated successfully, but these errors were encountered:
Hey, seem like a version problem in the requirements.txt file for the dependency psycopg2. Changing the version solved the problem (2.8.6 in my case).
Sorry, something went wrong.
Thanks for reporting - this should be fixed.
No branches or pull requests
$ oc status
------ Output ----
In project myproject on server https://openshift:6443
svc/blog-django-py - 10.217.5.217:8080
deployment/blog-django-py deploys istag/blog-django-py:latest <-
bc/blog-django-py source builds https://github.com/openshift-katacoda/blog-django-py on openshift/python:latest
build #1 failed 1 second ago - 35b89e2: Update package versions. (Graham Dumpleton [email protected])
deployment #1 running for about a minute - 0/1 pods growing to 1
Errors:
1 error, 1 info identified, use 'oc status --suggest' to see details.
The text was updated successfully, but these errors were encountered: