Use Heapster v0.20.0-alpha3

This commit is contained in:
Marcin Wielgus 2016-02-01 12:22:11 +01:00
parent a14f791d8c
commit bdf563be4b
4 changed files with 11 additions and 7 deletions

View File

@ -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-alpha2 - image: gcr.io/google_containers/heapster:v0.20.0-alpha3
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
@ -40,11 +40,12 @@ spec:
- /heapster - /heapster
- --source=kubernetes:'' - --source=kubernetes:''
- --sink=gcm - --sink=gcm
- --metric_resolution=60s
volumeMounts: volumeMounts:
- 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-alpha2 - image: gcr.io/google_containers/heapster:v0.20.0-alpha3
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

View File

@ -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-alpha2 - image: gcr.io/google_containers/heapster:v0.20.0-alpha3
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
@ -40,11 +40,12 @@ spec:
- /heapster - /heapster
- --source=kubernetes:'' - --source=kubernetes:''
- --sink=influxdb:http://monitoring-influxdb:8086 - --sink=influxdb:http://monitoring-influxdb:8086
- --metric_resolution=60s
volumeMounts: volumeMounts:
- 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-alpha2 - image: gcr.io/google_containers/heapster:v0.20.0-alpha3
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

View File

@ -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-alpha2 - image: gcr.io/google_containers/heapster:v0.20.0-alpha3
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
@ -40,7 +40,8 @@ spec:
- /heapster - /heapster
- --source=kubernetes:'' - --source=kubernetes:''
- --sink=influxdb:http://monitoring-influxdb:8086 - --sink=influxdb:http://monitoring-influxdb:8086
- image: gcr.io/google_containers/heapster:v0.20.0-alpha2 - --metric_resolution=60s
- image: gcr.io/google_containers/heapster:v0.20.0-alpha3
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

View File

@ -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-alpha2 - image: gcr.io/google_containers/heapster:v0.20.0-alpha3
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
@ -39,3 +39,4 @@ spec:
command: command:
- /heapster - /heapster
- --source=kubernetes:'' - --source=kubernetes:''
- --metric_resolution=60s