Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
Coredns
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Railgun
Coredns
Commits
32364642
Commit
32364642
authored
Apr 26, 2018
by
Miek Gieben
Committed by
GitHub
Apr 26, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
plugin/kubernetes: document tranfer (#1745)
Fixes #1720
parent
3ce4fc8f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
plugin/kubernetes/README.md
plugin/kubernetes/README.md
+6
-1
No files found.
plugin/kubernetes/README.md
View file @
32364642
...
@@ -40,6 +40,7 @@ kubernetes [ZONES...] {
...
@@ -40,6 +40,7 @@ kubernetes [ZONES...] {
endpoint_pod_names
endpoint_pod_names
upstream [ADDRESS...]
upstream [ADDRESS...]
ttl TTL
ttl TTL
transfer to ADDRESS...
fallthrough [ZONES...]
fallthrough [ZONES...]
}
}
```
```
...
@@ -90,6 +91,10 @@ kubernetes [ZONES...] {
...
@@ -90,6 +91,10 @@ kubernetes [ZONES...] {
5 seconds, the maximum is capped at 3600 seconds.
5 seconds, the maximum is capped at 3600 seconds.
*
`noendpoints`
will turn off the serving of endpoint records by disabling the watch on endpoints.
*
`noendpoints`
will turn off the serving of endpoint records by disabling the watch on endpoints.
All endpoint queries and headless service queries will result in an NXDOMAIN.
All endpoint queries and headless service queries will result in an NXDOMAIN.
*
`transfer`
enables zone transfers. It may be specified multiples times.
`To`
signals the direction
(only
`to`
is alllow).
**ADDRESS**
must be denoted in CIDR notation (127.0.0.1/32 etc.) or just as
plain addresses. The special wildcard
`*`
means: the entire internet.
Sending DNS notifies is not supported.
*
`fallthrough`
**[ZONES...]**
If a query for a record in the zones for which the plugin is authoritative
*
`fallthrough`
**[ZONES...]**
If a query for a record in the zones for which the plugin is authoritative
results in NXDOMAIN, normally that is what the response will be. However, if you specify this option,
results in NXDOMAIN, normally that is what the response will be. However, if you specify this option,
the query will instead be passed on down the plugin chain, which can include another plugin to handle
the query will instead be passed on down the plugin chain, which can include another plugin to handle
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment