From cab2eb8dbaa9f87eada345ce262bd4a5b247fe87 Mon Sep 17 00:00:00 2001 From: lei-tang Date: Mon, 18 Sep 2017 22:49:56 -0700 Subject: [PATCH] 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. --- endpoints/getting-started/container-engine.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints/getting-started/container-engine.yaml b/endpoints/getting-started/container-engine.yaml index 6764b299c1..06e8d4aaba 100644 --- a/endpoints/getting-started/container-engine.yaml +++ b/endpoints/getting-started/container-engine.yaml @@ -40,7 +40,7 @@ spec: containers: # [START esp] - name: esp - image: b.gcr.io/endpoints/endpoints-runtime:0.3 + image: gcr.io/endpoints-release/endpoints-runtime:1 args: [ "-p", "8081", "-a", "127.0.0.1:8080",