addons: Use service endpoints to scrape node-exporter

This commit is contained in:
Dalton Hubble
2017-10-22 21:29:31 -07:00
parent ec1dbb853c
commit b608f9c615
3 changed files with 7 additions and 13 deletions

View File

@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1beta2
kind: DaemonSet
metadata:
name: node-exporter
@ -8,6 +8,10 @@ spec:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 1
selector:
matchLabels:
name: node-exporter
phase: prod
template:
metadata:
labels:

View File

@ -3,6 +3,8 @@ kind: Service
metadata:
name: node-exporter
namespace: monitoring
annotations:
prometheus.io/scrape: 'true'
spec:
type: ClusterIP
# service is created to allow prometheus to scape endpoints