Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Events are missing from kubectl describe pods #5957

Closed
vishh opened this issue Mar 25, 2015 · 1 comment · Fixed by #5994
Closed

Events are missing from kubectl describe pods #5957

vishh opened this issue Mar 25, 2015 · 1 comment · Fixed by #5994
Assignees
Labels
area/introspection priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone

Comments

@vishh
Copy link
Contributor

vishh commented Mar 25, 2015

kubect get events works.
But kubectl describe pods does not display events.

This behavior was observed on a cluster built from HEAD on 03/25/15

vishnuk@vish-dev:~/go/src/github.com/GoogleCloudPlatform/heapster$ kubectl.sh describe pods monitoring-heapster-controller-lwqz1
current-context: "vishnuk-cloud_kubernetes"
Running: /home/vishnuk/go/src/github.com/GoogleCloudPlatform/kubernetes/cluster/../cluster/gce/../../cluster/../_output/dockerized/bin/linux/amd64/kubectl describe pods monitoring-heapster-controller-lwqz1
Name:                           monitoring-heapster-controller-lwqz1
Image(s):                       kubernetes/heapster:v0.9
Host:                           kubernetes-minion-qhov.c.vishnuk-cloud.internal/
Labels:                         name=heapster,uses=monitoring-influxdb
Status:                         Pending
Replication Controllers:        monitoring-heapster-controller (1/1 replicas created)
No events.
@vishh vishh added priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery. labels Mar 25, 2015
@dchen1107
Copy link
Member

This is a regression. Looking into it now.

@dchen1107 dchen1107 self-assigned this Mar 25, 2015
@dchen1107 dchen1107 added area/introspection and removed sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery. labels Mar 25, 2015
@dchen1107 dchen1107 added this to the v1.0 milestone Mar 26, 2015
dchen1107 added a commit to dchen1107/kubernetes-1 that referenced this issue Mar 26, 2015
…e break

the events reported for kubectl describe pods completely.

Fixed kubernetes#5957
akram pushed a commit to akram/kubernetes that referenced this issue Apr 7, 2015
…e break

the events reported for kubectl describe pods completely.

Fixed kubernetes#5957
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/introspection priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants