Last active
August 29, 2015 14:21
-
-
Save mbforbes/152ba7e1578c383408aa to your computer and use it in GitHub Desktop.
Reboot failure: heapster & influxdb: kubectl describe pod ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/go/src/github.com/GoogleCloudPlatform/kubernetes$ kubectl describe pod monitoring-heapster-controller-m115q | |
W0514 15:14:05.697482 80666 request.go:289] field selector: v1beta1 - events - involvedObject.id - monitoring-heapster-controller-m115q: need to check if this is versioned correctly. | |
W0514 15:14:05.698030 80666 request.go:289] field selector: v1beta1 - events - involvedObject.namespace - default: need to check if this is versioned correctly. | |
W0514 15:14:05.698041 80666 request.go:289] field selector: v1beta1 - events - involvedObject.uid - 13c64d0f-fa6e-11e4-a2fd-42010af0174f: need to check if this is versioned correctly. | |
Name: monitoring-heapster-controller-m115q | |
Image(s): gcr.io/google_containers/heapster:v0.11.0 | |
Host: e2e-test-maxforbes-minion-0y1d/104.197.13.131 | |
Labels: kubernetes.io/cluster-service=true,name=heapster | |
Status: Running | |
Replication Controllers: monitoring-heapster-controller (1/1 replicas created) | |
Containers: | |
heapster: | |
Image: gcr.io/google_containers/heapster:v0.11.0 | |
State: Running | |
Started: Thu, 14 May 2015 13:34:52 -0700 | |
Ready: True | |
Restart Count: 0 | |
Conditions: | |
Type Status | |
Ready True | |
No events. | |
~/go/src/github.com/GoogleCloudPlatform/kubernetes$ kubectl describe pod monitoring-influx-grafana-controller-6e04z | |
W0514 15:16:29.800704 80724 request.go:289] field selector: v1beta1 - events - involvedObject.id - monitoring-influx-grafana-controller-6e04z: need to check if this is versioned correctly. | |
W0514 15:16:29.801468 80724 request.go:289] field selector: v1beta1 - events - involvedObject.namespace - default: need to check if this is versioned correctly. | |
W0514 15:16:29.801477 80724 request.go:289] field selector: v1beta1 - events - involvedObject.uid - 13a49b9c-fa6e-11e4-a2fd-42010af0174f: need to check if this is versioned correctly. | |
Name: monitoring-influx-grafana-controller-6e04z | |
Image(s): gcr.io/google_containers/heapster_influxdb:v0.3,gcr.io/google_containers/heapster_grafana:v0.7 | |
Host: e2e-test-maxforbes-minion-0y1d/104.197.13.131 | |
Labels: kubernetes.io/cluster-service=true,name=influxGrafana | |
Status: Running | |
Replication Controllers: monitoring-influx-grafana-controller (1/1 replicas created) | |
Containers: | |
influxdb: | |
Image: gcr.io/google_containers/heapster_influxdb:v0.3 | |
State: Running | |
Started: Thu, 14 May 2015 13:34:51 -0700 | |
Ready: True | |
Restart Count: 0 | |
grafana: | |
Image: gcr.io/google_containers/heapster_grafana:v0.7 | |
State: Running | |
Started: Thu, 14 May 2015 13:34:55 -0700 | |
Ready: True | |
Restart Count: 0 | |
Conditions: | |
Type Status | |
Ready True | |
No events. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment