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
0e3633d4
Commit
0e3633d4
authored
Jun 11, 2015
by
Abhi Shah
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #9615 from vishh/heapster_v0.14.0
Update to heapster v0.14.0
parents
82aa8f99
a38204a4
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
43 additions
and
17 deletions
+43
-17
heapster-controller.yaml
...addons/cluster-monitoring/google/heapster-controller.yaml
+6
-6
heapster-service.yaml
...er/addons/cluster-monitoring/google/heapster-service.yaml
+13
-0
grafana-service.yaml
...r/addons/cluster-monitoring/influxdb/grafana-service.yaml
+1
-1
heapster-controller.yaml
...dons/cluster-monitoring/influxdb/heapster-controller.yaml
+6
-6
heapster-service.yaml
.../addons/cluster-monitoring/influxdb/heapster-service.yaml
+13
-0
influxdb-grafana-controller.yaml
...ster-monitoring/influxdb/influxdb-grafana-controller.yaml
+1
-1
influxdb-service.yaml
.../addons/cluster-monitoring/influxdb/influxdb-service.yaml
+1
-1
monitoring.go
test/e2e/monitoring.go
+2
-2
No files found.
cluster/addons/cluster-monitoring/google/heapster-controller.yaml
View file @
0e3633d4
apiVersion
:
v1
beta3
apiVersion
:
v1
kind
:
ReplicationController
metadata
:
name
:
monitoring-heapster-v
1
name
:
monitoring-heapster-v
2
namespace
:
default
labels
:
k8s-app
:
heapster
version
:
v
1
version
:
v
2
kubernetes.io/cluster-service
:
"
true"
spec
:
replicas
:
1
selector
:
k8s-app
:
heapster
version
:
v
1
version
:
v
2
template
:
metadata
:
labels
:
k8s-app
:
heapster
version
:
v
1
version
:
v
2
kubernetes.io/cluster-service
:
"
true"
spec
:
containers
:
-
image
:
gcr.io/google_containers/heapster:v0.1
3
.0
-
image
:
gcr.io/google_containers/heapster:v0.1
4
.0
name
:
heapster
command
:
-
/heapster
...
...
cluster/addons/cluster-monitoring/google/heapster-service.yaml
0 → 100644
View file @
0e3633d4
kind
:
Service
apiVersion
:
v1
metadata
:
name
:
monitoring-heapster
labels
:
kubernetes.io/cluster-service
:
"
true"
name
:
monitoring-heapster
spec
:
ports
:
-
port
:
80
targetPort
:
8082
selector
:
k8s-app
:
heapster
cluster/addons/cluster-monitoring/influxdb/grafana-service.yaml
View file @
0e3633d4
apiVersion
:
v1
beta3
apiVersion
:
v1
kind
:
Service
metadata
:
name
:
monitoring-grafana
...
...
cluster/addons/cluster-monitoring/influxdb/heapster-controller.yaml
View file @
0e3633d4
apiVersion
:
v1
beta3
apiVersion
:
v1
kind
:
ReplicationController
metadata
:
name
:
monitoring-heapster-v
1
name
:
monitoring-heapster-v
2
namespace
:
default
labels
:
k8s-app
:
heapster
version
:
v
1
version
:
v
2
kubernetes.io/cluster-service
:
"
true"
spec
:
replicas
:
1
selector
:
k8s-app
:
heapster
version
:
v
1
version
:
v
2
template
:
metadata
:
labels
:
k8s-app
:
heapster
version
:
v
1
version
:
v
2
kubernetes.io/cluster-service
:
"
true"
spec
:
containers
:
-
image
:
gcr.io/google_containers/heapster:v0.1
3
.0
-
image
:
gcr.io/google_containers/heapster:v0.1
4
.0
name
:
heapster
command
:
-
/heapster
...
...
cluster/addons/cluster-monitoring/influxdb/heapster-service.yaml
0 → 100644
View file @
0e3633d4
kind
:
Service
apiVersion
:
v1
metadata
:
name
:
monitoring-heapster
labels
:
kubernetes.io/cluster-service
:
"
true"
name
:
monitoring-heapster
spec
:
ports
:
-
port
:
80
targetPort
:
8082
selector
:
k8s-app
:
heapster
cluster/addons/cluster-monitoring/influxdb/influxdb-grafana-controller.yaml
View file @
0e3633d4
apiVersion
:
v1
beta3
apiVersion
:
v1
kind
:
ReplicationController
metadata
:
name
:
monitoring-influx-grafana-v1
...
...
cluster/addons/cluster-monitoring/influxdb/influxdb-service.yaml
View file @
0e3633d4
apiVersion
:
v1
beta3
apiVersion
:
v1
kind
:
Service
metadata
:
name
:
monitoring-influxdb
...
...
test/e2e/monitoring.go
View file @
0e3633d4
...
...
@@ -56,8 +56,8 @@ const (
influxdbDatabaseName
=
"k8s"
influxdbUser
=
"root"
influxdbPW
=
"root"
podlistQuery
=
"select distinct(pod_id) from
/cpu.*/
"
nodelistQuery
=
"select distinct(hostname) from
/cpu.*/
"
podlistQuery
=
"select distinct(pod_id) from
\"
cpu/usage_ns_cumulative
\"
"
nodelistQuery
=
"select distinct(hostname) from
\"
cpu/usage_ns_cumulative
\"
"
sleepBetweenAttempts
=
5
*
time
.
Second
testTimeout
=
5
*
time
.
Minute
)
...
...
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