Skip to content

Commit

Permalink
Added cluster-service lavel to monitoring services
Browse files Browse the repository at this point in the history
Monitoring services will be now displayed in kubectl cluster command (kubernetes#4657).

This partially addresses kubernetes#4620
  • Loading branch information
piosz committed Mar 3, 2015
1 parent b583d4e commit 3abaa6b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cluster/addons/cluster-monitoring/grafana-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ kind: Service
id: monitoring-grafana
port: 80
containerPort: 80
labels:
name: grafana
kubernetes.io/cluster-service: "true"
selector:
name: influxGrafana
3 changes: 3 additions & 0 deletions cluster/addons/cluster-monitoring/heapster-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ kind: Service
id: monitoring-heapster
port: 80
containerPort: 8082
labels:
name: heapster
kubernetes.io/cluster-service: "true"
selector:
name: heapster
3 changes: 3 additions & 0 deletions cluster/addons/cluster-monitoring/influxdb-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ kind: Service
id: monitoring-influxdb
port: 80
containerPort: 8086
labels:
name: influxdb
kubernetes.io/cluster-service: "true"
selector:
name: influxGrafana

0 comments on commit 3abaa6b

Please sign in to comment.