aboutsummaryrefslogtreecommitdiff
path: root/plugin/kubernetes
diff options
context:
space:
mode:
authorGravatar Chris O'Haver <cohaver@infoblox.com> 2018-02-09 15:40:50 -0500
committerGravatar John Belamaric <jbelamaric@infoblox.com> 2018-02-09 15:40:50 -0500
commitd2bbe0103d3d1314279a6b9053f0ce4d0735b4df (patch)
tree56dfb4a267189a6c3c9f8f96e60c973599e64b5a /plugin/kubernetes
parent2e894eb0a27f5c7d5479c32db69a461e4ed544c8 (diff)
downloadcoredns-d2bbe0103d3d1314279a6b9053f0ce4d0735b4df.tar.gz
coredns-d2bbe0103d3d1314279a6b9053f0ce4d0735b4df.tar.zst
coredns-d2bbe0103d3d1314279a6b9053f0ce4d0735b4df.zip
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.
Diffstat (limited to 'plugin/kubernetes')
-rw-r--r--plugin/kubernetes/README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/kubernetes/README.md b/plugin/kubernetes/README.md
index 94b0c6aac..1e3af89b6 100644
--- a/plugin/kubernetes/README.md
+++ b/plugin/kubernetes/README.md
@@ -167,10 +167,8 @@ feature enables serving federated domains from the kubernetes clusters.
cluster.local {
federation {
- fallthrough
prod prod.example.org
staging staging.example.org
-
}
kubernetes
}