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
8f3d7110
Commit
8f3d7110
authored
Feb 24, 2016
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #21466 from mwielgus/heapster-alpha7
Auto commit by PR queue bot
parents
d30c709a
d9c8f7fa
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
heapster-controller.yaml
...addons/cluster-monitoring/google/heapster-controller.yaml
+2
-2
heapster-controller-combined.yaml
...nitoring/googleinfluxdb/heapster-controller-combined.yaml
+2
-2
heapster-controller.yaml
...dons/cluster-monitoring/influxdb/heapster-controller.yaml
+2
-2
heapster-controller.yaml
...ns/cluster-monitoring/standalone/heapster-controller.yaml
+1
-1
No files found.
cluster/addons/cluster-monitoring/google/heapster-controller.yaml
View file @
8f3d7110
...
@@ -26,7 +26,7 @@ spec:
...
@@ -26,7 +26,7 @@ spec:
kubernetes.io/cluster-service
:
"
true"
kubernetes.io/cluster-service
:
"
true"
spec
:
spec
:
containers
:
containers
:
-
image
:
gcr.io/google_containers/heapster:v0.20.0-alpha
6
-
image
:
gcr.io/google_containers/heapster:v0.20.0-alpha
7
name
:
heapster
name
:
heapster
resources
:
resources
:
# keep request = limit to keep this container in guaranteed class
# keep request = limit to keep this container in guaranteed class
...
@@ -45,7 +45,7 @@ spec:
...
@@ -45,7 +45,7 @@ spec:
-
name
:
ssl-certs
-
name
:
ssl-certs
mountPath
:
/etc/ssl/certs
mountPath
:
/etc/ssl/certs
readOnly
:
true
readOnly
:
true
-
image
:
gcr.io/google_containers/heapster:v0.20.0-alpha
6
-
image
:
gcr.io/google_containers/heapster:v0.20.0-alpha
7
name
:
eventer
name
:
eventer
resources
:
resources
:
# keep request = limit to keep this container in guaranteed class
# keep request = limit to keep this container in guaranteed class
...
...
cluster/addons/cluster-monitoring/googleinfluxdb/heapster-controller-combined.yaml
View file @
8f3d7110
...
@@ -26,7 +26,7 @@ spec:
...
@@ -26,7 +26,7 @@ spec:
kubernetes.io/cluster-service
:
"
true"
kubernetes.io/cluster-service
:
"
true"
spec
:
spec
:
containers
:
containers
:
-
image
:
gcr.io/google_containers/heapster:v0.20.0-alpha
6
-
image
:
gcr.io/google_containers/heapster:v0.20.0-alpha
7
name
:
heapster
name
:
heapster
resources
:
resources
:
# keep request = limit to keep this container in guaranteed class
# keep request = limit to keep this container in guaranteed class
...
@@ -46,7 +46,7 @@ spec:
...
@@ -46,7 +46,7 @@ spec:
-
name
:
ssl-certs
-
name
:
ssl-certs
mountPath
:
/etc/ssl/certs
mountPath
:
/etc/ssl/certs
readOnly
:
true
readOnly
:
true
-
image
:
gcr.io/google_containers/heapster:v0.20.0-alpha
6
-
image
:
gcr.io/google_containers/heapster:v0.20.0-alpha
7
name
:
eventer
name
:
eventer
resources
:
resources
:
# keep request = limit to keep this container in guaranteed class
# keep request = limit to keep this container in guaranteed class
...
...
cluster/addons/cluster-monitoring/influxdb/heapster-controller.yaml
View file @
8f3d7110
...
@@ -26,7 +26,7 @@ spec:
...
@@ -26,7 +26,7 @@ spec:
kubernetes.io/cluster-service
:
"
true"
kubernetes.io/cluster-service
:
"
true"
spec
:
spec
:
containers
:
containers
:
-
image
:
gcr.io/google_containers/heapster:v0.20.0-alpha
6
-
image
:
gcr.io/google_containers/heapster:v0.20.0-alpha
7
name
:
heapster
name
:
heapster
resources
:
resources
:
# keep request = limit to keep this container in guaranteed class
# keep request = limit to keep this container in guaranteed class
...
@@ -41,7 +41,7 @@ spec:
...
@@ -41,7 +41,7 @@ spec:
-
--source=kubernetes:''
-
--source=kubernetes:''
-
--sink=influxdb:http://monitoring-influxdb:8086
-
--sink=influxdb:http://monitoring-influxdb:8086
-
--metric_resolution=60s
-
--metric_resolution=60s
-
image
:
gcr.io/google_containers/heapster:v0.20.0-alpha
6
-
image
:
gcr.io/google_containers/heapster:v0.20.0-alpha
7
name
:
eventer
name
:
eventer
resources
:
resources
:
# keep request = limit to keep this container in guaranteed class
# keep request = limit to keep this container in guaranteed class
...
...
cluster/addons/cluster-monitoring/standalone/heapster-controller.yaml
View file @
8f3d7110
...
@@ -26,7 +26,7 @@ spec:
...
@@ -26,7 +26,7 @@ spec:
kubernetes.io/cluster-service
:
"
true"
kubernetes.io/cluster-service
:
"
true"
spec
:
spec
:
containers
:
containers
:
-
image
:
gcr.io/google_containers/heapster:v0.20.0-alpha
6
-
image
:
gcr.io/google_containers/heapster:v0.20.0-alpha
7
name
:
heapster
name
:
heapster
resources
:
resources
:
# keep request = limit to keep this container in guaranteed class
# keep request = limit to keep this container in guaranteed class
...
...
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