From 9ff0886f3cedf15beb138540af085eab582fd9df Mon Sep 17 00:00:00 2001 From: Nguyen Hai Truong Date: Fri, 6 Mar 2020 09:32:12 +0700 Subject: [PATCH] Use 'k8s.gcr.io' instead of 'gcr.io/google-containers' Ref: kubernetes/kubeadm/issues/2051 Signed-off-by: Nguyen Hai Truong --- deploy/addons/gpu/nvidia-driver-installer.yaml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/addons/gpu/nvidia-driver-installer.yaml.tmpl b/deploy/addons/gpu/nvidia-driver-installer.yaml.tmpl index c6e5a106e62a..c414e083f168 100644 --- a/deploy/addons/gpu/nvidia-driver-installer.yaml.tmpl +++ b/deploy/addons/gpu/nvidia-driver-installer.yaml.tmpl @@ -72,5 +72,5 @@ spec: - name: root-mount mountPath: /root containers: - - image: "{{default "gcr.io/google-containers" .ImageRepository}}/pause:2.0" + - image: "{{default "k8s.gcr.io" .ImageRepository}}/pause:2.0" name: pause