Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
5793be77
Commit
5793be77
authored
Aug 08, 2017
by
Kubernetes Submit Queue
Committed by
GitHub
Aug 08, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #50290 from piosz/mon-heapster
Automatic merge from submit-queue Added monitoring sidecar for Heapster
parents
9b6e6f53
bad549d7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
heapster-controller.yaml
...s/cluster-monitoring/stackdriver/heapster-controller.yaml
+20
-0
No files found.
cluster/addons/cluster-monitoring/stackdriver/heapster-controller.yaml
View file @
5793be77
...
...
@@ -64,6 +64,26 @@ spec:
-
name
:
usr-ca-certs
mountPath
:
/usr/share/ca-certificates
readOnly
:
true
-
name
:
prom-to-sd
image
:
gcr.io/google-containers/prometheus-to-sd:v0.2.1
command
:
-
/monitor
-
--source=heapster:http://localhost:8082?whitelisted=stackdriver_requests_count,stackdriver_timeseries_count
-
--stackdriver-prefix=container.googleapis.com/internal/addons
-
--pod-id=$(POD_NAME)
-
--namespace-id=$(POD_NAMESPACE)
volumeMounts
:
-
name
:
ssl-certs
mountPath
:
/etc/ssl/certs
env
:
-
name
:
POD_NAME
valueFrom
:
fieldRef
:
fieldPath
:
metadata.name
-
name
:
POD_NAMESPACE
valueFrom
:
fieldRef
:
fieldPath
:
metadata.namespace
-
image
:
gcr.io/google_containers/addon-resizer:2.0
name
:
heapster-nanny
resources
:
...
...
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