diff options
author | 2017-08-14 08:49:26 +0100 | |
---|---|---|
committer | 2017-08-14 08:49:26 +0100 | |
commit | 00f5c7797e265dc2fecad5acbfcfdad9797e48e5 (patch) | |
tree | 92d2e98f10a8d25f8b8a9a9239b88ff85f2866b6 /test/etcd_test.go | |
parent | 818d2b10adc6e69b2f94a50a56ac292a12278861 (diff) | |
download | coredns-00f5c7797e265dc2fecad5acbfcfdad9797e48e5.tar.gz coredns-00f5c7797e265dc2fecad5acbfcfdad9797e48e5.tar.zst coredns-00f5c7797e265dc2fecad5acbfcfdad9797e48e5.zip |
mw/kubernetes: remove federation and cidr (#916)
* mw/kubernetes: remove federation and cidr
Remove both as we have a corefile syntax change that handles cidr and
remove federation because that is going to be its own middleware.
* backwards incompat changes
This PR:
* removes cidr from kubernetes (core Corefile feature now)
* removes federation from kubernets (comes back as new middleware)
* [remove autopath - which was already gone, so that already was
backwards incompat]
* adds `fallthrough` to the *etcd* middleware and makes you enable it.
* Fail on unknown properties
* documentation
* Disable TestHealthCheck as it uses realtime and fails
Diffstat (limited to 'test/etcd_test.go')
-rw-r--r-- | test/etcd_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/etcd_test.go b/test/etcd_test.go index 8808f5583..f8a699661 100644 --- a/test/etcd_test.go +++ b/test/etcd_test.go @@ -42,6 +42,7 @@ func TestEtcdStubAndProxyLookup(t *testing.T) { path /skydns endpoint http://localhost:2379 upstream 8.8.8.8:53 8.8.4.4:53 + fallthrough } proxy . 8.8.8.8:53 }` |