Skip to content

Commit cab2eb8

Browse files
committed
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 cab2eb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)