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
b8e96b61
Commit
b8e96b61
authored
Mar 05, 2020
by
Miek Gieben
Committed by
GitHub
Mar 05, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md (#3721)
Signed-off-by:
imba-tjd
<
imba-tjd@users.noreply.github.com
>
parent
8b0760b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
plugin/dnstap/README.md
plugin/dnstap/README.md
+2
-2
plugin/kubernetes/README.md
plugin/kubernetes/README.md
+1
-1
No files found.
plugin/dnstap/README.md
View file @
b8e96b61
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
## Description
## Description
dnstap is a flexible, structured binary log format for DNS software; see http://dnstap.info. With this
dnstap is a flexible, structured binary log format for DNS software; see http
s
://dnstap.info. With this
plugin you make CoreDNS output dnstap logging.
plugin you make CoreDNS output dnstap logging.
Note that there is an internal buffer, so expect at least 13 requests before the server sends its
Note that there is an internal buffer, so expect at least 13 requests before the server sends its
...
@@ -90,4 +90,4 @@ func (h Dnstap) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg)
...
@@ -90,4 +90,4 @@ func (h Dnstap) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg)
## See Also
## See Also
[
dnstap.info
](
http://dnstap.info
)
.
[
dnstap.info
](
http
s
://dnstap.info
)
.
plugin/kubernetes/README.md
View file @
b8e96b61
...
@@ -55,7 +55,7 @@ kubernetes [ZONES...] {
...
@@ -55,7 +55,7 @@ kubernetes [ZONES...] {
If this option is omitted all namespaces are exposed
If this option is omitted all namespaces are exposed
*
`namespace_labels`
**EXPRESSION**
only expose the records for Kubernetes namespaces that match this label selector.
*
`namespace_labels`
**EXPRESSION**
only expose the records for Kubernetes namespaces that match this label selector.
The label selector syntax is described in the
The label selector syntax is described in the
[
Kubernetes User Guide - Labels
](
http://kubernetes.io/docs/user-guide/labels/
)
. An example that
[
Kubernetes User Guide - Labels
](
http
s
://kubernetes.io/docs/user-guide/labels/
)
. An example that
only exposes namespaces labeled as "istio-injection=enabled", would use:
only exposes namespaces labeled as "istio-injection=enabled", would use:
`labels istio-injection=enabled`
.
`labels istio-injection=enabled`
.
*
`labels`
**EXPRESSION**
only exposes the records for Kubernetes objects that match this label selector.
*
`labels`
**EXPRESSION**
only exposes the records for Kubernetes objects that match this label selector.
...
...
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