From 42b5790064bb785d1bb5c79cf10f9507c364559d Mon Sep 17 00:00:00 2001 From: Roman Dobosz Date: Thu, 26 Nov 2020 16:37:58 +0100 Subject: [PATCH] Change registry for fetching coredns image. We see a lot of issues regarding fetching images from docker.io, due to their latest changes to the quota policy, so that we decided to move to registry quay.io. Change-Id: Ia91ad1c3384a35bb9c87c092e20862a188aa2fdf --- devstack/plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 7ee171412..6560e6344 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -849,7 +849,7 @@ spec: spec: containers: - name: coredns - image: coredns/coredns:1.5.0 + image: quay.io/kuryr/coredns:1.5.0 imagePullPolicy: Always args: [ "-conf", "/etc/coredns/Corefile" ] volumeMounts: