mirror of
https://github.com/coredns/coredns.git
synced 2025-12-04 09:25:13 -05:00
Add fallthrough support for Kubernetes (#626)
* Add fallthrough support for Kubernetes This enables registering other services in the same zone as Kubernetes services. This also re-orders the middleware chain so that Kubernetes comes before other types, in order to make this work out-of-the-box. * Remove extra line
This commit is contained in:
@@ -34,11 +34,11 @@
|
||||
120:loadbalance:loadbalance
|
||||
130:dnssec:dnssec
|
||||
140:reverse:reverse
|
||||
150:file:file
|
||||
160:auto:auto
|
||||
170:secondary:secondary
|
||||
180:etcd:etcd
|
||||
190:kubernetes:kubernetes
|
||||
150:kubernetes:kubernetes
|
||||
160:file:file
|
||||
170:auto:auto
|
||||
180:secondary:secondary
|
||||
190:etcd:etcd
|
||||
200:proxy:proxy
|
||||
210:whoami:whoami
|
||||
220:erratic:erratic
|
||||
|
||||
Reference in New Issue
Block a user