From 2c2b927a5a2905dc85d968890d178f7ef1fb39b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dulko?= Date: Tue, 3 Mar 2020 18:19:52 +0100 Subject: [PATCH] Disable coredns deployment Per request from infra cloud providers we need to disable world-facing DNS that is the coredns and find a way to run it privately on the gate VMs. Which won't be that easy, as there's unbind bound to 127.0.0.1:53, but let's see if we'll be able to come up with something. Meanwhile this change shouldn't hurt too much as we were yet to utilize the coredns deployment and I think it wasn't even working on the gate. Change-Id: I0c671b533f2babef172b46c36f62fba929d724c5 --- .zuul.d/base.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.d/base.yaml b/.zuul.d/base.yaml index 4c4c466d0..6f2099d62 100644 --- a/.zuul.d/base.yaml +++ b/.zuul.d/base.yaml @@ -78,7 +78,7 @@ kubelet: true kuryr-kubernetes: true kuryr-daemon: true - coredns: true + coredns: false zuul_copy_output: '{{ devstack_log_dir }}/kubernetes': 'logs' irrelevant-files: