Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
docs
Commits
927f5e03
Commit
927f5e03
authored
Jun 02, 2016
by
Patrick Bogen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small tweaks to address comments
parent
e22d3bb8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
configuration.md
content/docs/operating/configuration.md
+8
-8
No files found.
content/docs/operating/configuration.md
View file @
927f5e03
...
@@ -317,22 +317,22 @@ create multiple target groups:
...
@@ -317,22 +317,22 @@ create multiple target groups:
*
One for all API servers, with each API server as a target
*
One for all API servers, with each API server as a target
(
`__meta_kubernetes_role=apiserver`
)
(
`__meta_kubernetes_role=apiserver`
)
*
The default port is th
a
t used for the API server itself.
*
The default port is th
e por
t used for the API server itself.
*
One for all nodes, with each node as a target (
`__meta_kubernetes_role=node`
)
*
One for all nodes, with each node as a target (
`__meta_kubernetes_role=node`
)
*
The default port is the Kubelet
P
ort from the Kubernetes configuration.
*
The default port is the Kubelet
p
ort from the Kubernetes configuration.
*
One for all services, with each service as a target
*
One for all services, with each service as a target
(
`__meta_kubernetes_role=service`
)
(
`__meta_kubernetes_role=service`
)
*
The default port is selected in an undefined manner. If you
have multipl
e
*
The default port is selected in an undefined manner. If you
r servic
e
ports on your service
, you should explicitly configure relabeling to
exposes multiple ports
, you should explicitly configure relabeling to
indicate the proper port.
indicate the proper port.
*
One for
*each*
service, with each service endpoint as a target
*
One for
*each*
service, with each service endpoint as a target
(
`__meta_kubernetes_role=endpoint`
)
(
`__meta_kubernetes_role=endpoint`
)
*
The default port is selected in an undefined manner. If you
have multipl
e
*
The default port is selected in an undefined manner. If you
r servic
e
ports on your service
, you should explicitly configure relabeling to
exposes multiple ports
, you should explicitly configure relabeling to
indicate the proper port.
indicate the proper port.
*
One for all pods, with each pod as a target (
`__meta_kubernetes_role=pod`
)
*
One for all pods, with each pod as a target (
`__meta_kubernetes_role=pod`
)
*
The default port is the numerically lowest port
on the container that is
*
The default port is the numerically lowest port
exposed by Kubernetes for
alphabetically first by name.
the container that is
alphabetically first by name.
*
A pod
**will not**
be created as a target if it does not include at least
*
A pod
**will not**
be created as a target if it does not include at least
one container that exposes at least one port.
one container that exposes at least one port.
*
One for
*each*
pod, with each container as a target
*
One for
*each*
pod, with each container as a target
...
...
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