From cec643c9df83811f522d1ef4581c4c6514599ff7 Mon Sep 17 00:00:00 2001 From: WanLinghao Date: Tue, 15 Jan 2019 20:18:05 +0800 Subject: [PATCH] Fix an yaml file error which could cause image pull failure --- test-adapter-deploy/testing-adapter.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test-adapter-deploy/testing-adapter.yaml b/test-adapter-deploy/testing-adapter.yaml index 9b4335ab7..3c208c33d 100644 --- a/test-adapter-deploy/testing-adapter.yaml +++ b/test-adapter-deploy/testing-adapter.yaml @@ -51,7 +51,8 @@ spec: serviceAccountName: custom-metrics-apiserver containers: - name: custom-metrics-apiserver - image: REGISTRY/k8s-test-metrics-adapter:latest + image: REGISTRY/k8s-test-metrics-adapter-amd64:latest + imagePullPolicy: IfNotPresent args: - /adapter - --secure-port=6443