From 0262c0dc72a15d76effce130a3972b46e08721fc Mon Sep 17 00:00:00 2001 From: Liyi Meng Date: Tue, 5 Jul 2016 10:05:19 +0200 Subject: [PATCH] Fix issue #28487 This is a minor fix for the issues report in #28487 --- cluster/images/hyperkube/static-pods/kube-proxy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/images/hyperkube/static-pods/kube-proxy.json b/cluster/images/hyperkube/static-pods/kube-proxy.json index b005433b86..24138aaec4 100644 --- a/cluster/images/hyperkube/static-pods/kube-proxy.json +++ b/cluster/images/hyperkube/static-pods/kube-proxy.json @@ -10,7 +10,7 @@ "containers": [ { "name": "kube-proxy", - "image": "gcr.io/google_containers/hyperkube-ARCH:VERSION", + "image": "REGISTRY/hyperkube-ARCH:VERSION", "command": [ "/hyperkube", "proxy",