mirror of
https://github.com/coredns/coredns.git
synced 2025-11-16 08:52:17 -05:00
middleware/kubernetes: Implement current federation beta (#723)
* federation initial commit * UTs/bugfixes * federation bits * polish, cover UT gaps * add TODO * go fmt & todo note * remove unrelated change * pr changes * start node watcher * get real node name * remove unused case
This commit is contained in:
committed by
John Belamaric
parent
8e86fa6f23
commit
930c54ef62
@@ -115,6 +115,12 @@ kubernetes coredns.local {
|
||||
# a path to a file structured like resolv.conf.
|
||||
upstream 12.34.56.78:53
|
||||
|
||||
# federation <federation-name> <federation-domain>
|
||||
#
|
||||
# Defines federation membership. One line for each federation membership.
|
||||
# Each line consists of the name of the federation, and the domain.
|
||||
federation myfed foo.example.com
|
||||
|
||||
# fallthrough
|
||||
#
|
||||
# If a query for a record in the cluster zone results in NXDOMAIN,
|
||||
|
||||
Reference in New Issue
Block a user