Madhurima Mishra
Madhurima Mishra

Reputation: 1083

Heapster, grafana, influxdb not working with kubernetes 1.2?

May I know what image version for heapster, grafana and influxdb is stable for kubernetes 1.2?

Upvotes: 0

Views: 834

Answers (1)

CJ Cullen
CJ Cullen

Reputation: 5642

By default, Kubernetes 1.2.4 uses:

Heapster: v1.0.2 (heapster-controller.yaml)

Grafana: heapster_grafana:v2.6.0-2 (influxdb-grafana-controller.yaml)

InfluxDB: heapster_influxdb:v0.5 (also defined in influxdb-grafana-controller.yaml)

Take a look at this directory for all the related configs.

Upvotes: 1

Related Questions