From d2bbe0103d3d1314279a6b9053f0ce4d0735b4df Mon Sep 17 00:00:00 2001 From: Chris O'Haver Date: Fri, 9 Feb 2018 15:40:50 -0500 Subject: [PATCH] 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. --- plugin/kubernetes/README.md | 2 -- 1 file changed, 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 }