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

Pod errors: ImagePullBackOff #483

Closed
lei-tang opened this issue Sep 19, 2017 · 2 comments
Closed

Pod errors: ImagePullBackOff #483

lei-tang opened this issue Sep 19, 2017 · 2 comments
Labels
🚨 This issue needs some love. triage me I really want to be triaged.

Comments

@lei-tang
Copy link
Contributor

  1. Description of the issue:
    When running the example in https://cloud.google.com/endpoints/docs/get-started-container-engine#node, the container engine cluster for esp encounters pod errors: ImagePullBackOff.

  2. The cause of the problem
    This problem is caused by the following line in nodejs-docs-samples/endpoints/getting-started/container-engine.yaml:
    image: b.gcr.io/endpoints/endpoints-runtime:0.3
    The container registry b.gcr.io has been deprecated, thereby causing the problem of running the image.

  3. Fix for the problem
    Change the following line in nodejs-docs-samples/endpoints/getting-started/container-engine.yaml from "image: b.gcr.io/endpoints/endpoints-runtime:0.3" to "image: gcr.io/endpoints-release/endpoints-runtime:1".

@lei-tang
Copy link
Contributor Author

#482 is the pull request corresponding to the fix for this issue.

@JustinBeckwith
Copy link
Contributor

👋 thanks for the issue! Based on the PR you provided, it looks like this has been fixed. If you're still running into issues... please do let us know!

@yoshi-automation yoshi-automation added triage me I really want to be triaged. 🚨 This issue needs some love. labels Apr 7, 2020
ace-n pushed a commit that referenced this issue Nov 16, 2022
telpirion pushed a commit that referenced this issue Nov 16, 2022
ace-n pushed a commit that referenced this issue Nov 17, 2022
ace-n pushed a commit that referenced this issue Nov 17, 2022
* updated CHANGELOG.md [ci skip]

* updated package.json [ci skip]

* updated samples/package.json

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
ace-n pushed a commit that referenced this issue Nov 17, 2022
* updated CHANGELOG.md [ci skip]

* updated package.json [ci skip]

* updated samples/package.json

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
ahrarmonsur pushed a commit that referenced this issue Nov 17, 2022
ace-n pushed a commit that referenced this issue Nov 17, 2022
* updated CHANGELOG.md [ci skip]

* updated package.json [ci skip]

* updated samples/package.json

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
ace-n pushed a commit that referenced this issue Nov 17, 2022
* updated CHANGELOG.md [ci skip]

* updated package.json [ci skip]

* updated samples/package.json

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
ace-n pushed a commit that referenced this issue Nov 17, 2022
* updated CHANGELOG.md [ci skip]

* updated package.json [ci skip]

* updated samples/package.json

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚨 This issue needs some love. triage me I really want to be triaged.
Projects
None yet
Development

No branches or pull requests

3 participants