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
This commit is contained in:
parent
ded6b6debc
commit
2c2b927a5a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user