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
0b93ea51
Commit
0b93ea51
authored
Nov 08, 2017
by
Chris O'Haver
Committed by
John Belamaric
Nov 08, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
k8s readme tweaks (#1206)
fix minor capitalization and grammar errors
parent
f6caa48b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
plugin/kubernetes/README.md
plugin/kubernetes/README.md
+5
-5
No files found.
plugin/kubernetes/README.md
View file @
0b93ea51
...
...
@@ -46,7 +46,7 @@ kubernetes [ZONES...] {
will automatically perform a healthcheck and proxy to the healthy k8s API endpoint.
*
`tls`
**CERT**
**KEY**
**CACERT**
are the TLS cert, key and the CA cert file names for remote k8s connection.
This option is ignored if connecting in-cluster (i.e. endpoint is not specified).
*
`namespaces`
**NAMESPACE [NAMESPACE...]**
,
exposed only
the k8s namespaces listed.
*
`namespaces`
**NAMESPACE [NAMESPACE...]**
,
only exposes
the k8s namespaces listed.
If this option is omitted all namespaces are exposed
*
`labels`
**EXPRESSION**
only exposes the records for Kubernetes objects that match this label selector.
The label selector syntax is described in the
...
...
@@ -66,18 +66,18 @@ kubernetes [ZONES...] {
option requires substantially more memory than in insecure mode, since it will maintain a watch
on all pods.
*
`endpoint_pod_names`
Use
the pod name of the pod targeted by the endpoint as
*
`endpoint_pod_names`
uses
the pod name of the pod targeted by the endpoint as
the endpoint name in A records, e.g.
`endpoint-name.my-service.namespace.svc.cluster.local. in A 1.2.3.4`
By default, the endpoint-name name selection is as follows: Use the hostname
of the endpoint, or if hostname is not set, use the dashed form of the endpoint
ip
address (e.g.
`1-2-3-4.my-service.namespace.svc.cluster.local.`
)
IP
address (e.g.
`1-2-3-4.my-service.namespace.svc.cluster.local.`
)
If this directive is included, then name selection for endpoints changes as
follows: Use the hostname of the endpoint, or if hostname is not set, use the
pod name of the pod targeted by the endpoint. If there is no pod targeted by
the endpoint, use the dashed
ip
address form.
the endpoint, use the dashed
IP
address form.
*
`upstream`
**ADDRESS [ADDRESS...]**
defines the upstream resolvers used for resolving services
that point to external hosts (External Services).
**ADDRESS**
can be an
ip, an ip
:port, or a path
that point to external hosts (External Services).
**ADDRESS**
can be an
IP, an IP
:port, or a path
to a file structured like resolv.conf.
*
`ttl`
allows you to set a custom TTL for responses. The default (and allowed minimum) is to use
5 seconds, the maximum is capped at 3600 seconds.
...
...
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