Skip to content

Commit 072496e

Browse files
lei-tangjeffmendoza
authored andcommitted
Fix the bug: pod error ImagePullBackOff
The container registry b.gcr.io has been deprecated. In the bug fix, the deprecated container registry has been updated to the correct container registry.
1 parent eaad9af commit 072496e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

endpoints/getting-started/container-engine.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
containers:
4141
# [START esp]
4242
- name: esp
43-
image: b.gcr.io/endpoints/endpoints-runtime:0.3
43+
image: gcr.io/endpoints-release/endpoints-runtime:1
4444
args: [
4545
"-p", "8081",
4646
"-a", "127.0.0.1:8080",

0 commit comments

Comments
 (0)