Skip to content
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

Inventory pod occasionally fails to pull image #55

Open
AustinSeto opened this issue Oct 30, 2020 · 3 comments
Open

Inventory pod occasionally fails to pull image #55

AustinSeto opened this issue Oct 30, 2020 · 3 comments

Comments

@AustinSeto
Copy link
Contributor

Using OpenShift 4.3 on Fyre for guide, Inventory service appears to occasionally fail, showing "application is not available" message at URL. Running oc logs on the inventory pod shows the following error:

Error from server (BadRequest): container "app" in pod "inventory-7698fd9978-2gc4w" is waiting to start: trying and failing to pull image

Issue appears to resolve itself after oc start-build commands are rerun, no changes required. Experienced by @griffinhadfield and @jamiecoleman92

Previously reported as part of #47

@gkwan-ibm
Copy link
Member

Should be caused by hit the docker pull limit.

@gkwan-ibm
Copy link
Member

need to add pullPolicy: Always to the deploy.yaml

@gkwan-ibm
Copy link
Member

see guide-openliberty-operator-openshift or guide-openliberty-operator-intro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants