mirror of
https://github.com/coredns/coredns.git
synced 2025-11-22 11:52:17 -05:00
plugin/k8s_external: implement zone transfers (#4977)
Implement transfer for k8s_external. Notifies not supported. Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
This commit is contained in:
@@ -83,6 +83,18 @@ spec:
|
||||
type: ClusterIP
|
||||
~~~
|
||||
|
||||
The *k8s_external* plugin can be used in conjunction with the *transfer* plugin to enable
|
||||
zone transfers. Notifies are not supported.
|
||||
|
||||
~~~
|
||||
. {
|
||||
transfer example.org {
|
||||
to *
|
||||
}
|
||||
kubernetes cluster.local
|
||||
k8s_external example.org
|
||||
}
|
||||
~~~
|
||||
|
||||
# See Also
|
||||
|
||||
|
||||
Reference in New Issue
Block a user