mirror of
https://github.com/coredns/coredns.git
synced 2025-10-29 09:14:17 -04:00
kubernetes: Fix Federation example in README (#1515)
Remove `fallthrough` from the federation example in the README. `fallthrough` isn't needed here and has no effect (federation has an implicit fallthrough for non-federated queries). It's inclusion is confusing.
This commit is contained in:
committed by
John Belamaric
parent
2e894eb0a2
commit
d2bbe0103d
@@ -167,10 +167,8 @@ feature enables serving federated domains from the kubernetes clusters.
|
|||||||
|
|
||||||
cluster.local {
|
cluster.local {
|
||||||
federation {
|
federation {
|
||||||
fallthrough
|
|
||||||
prod prod.example.org
|
prod prod.example.org
|
||||||
staging staging.example.org
|
staging staging.example.org
|
||||||
|
|
||||||
}
|
}
|
||||||
kubernetes
|
kubernetes
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user