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

Kubelet send events to apiserver on all platforms #2439

Closed
erictune opened this issue Nov 18, 2014 · 9 comments
Closed

Kubelet send events to apiserver on all platforms #2439

erictune opened this issue Nov 18, 2014 · 9 comments
Labels
priority/backlog Higher priority than priority/awaiting-more-evidence. sig/cluster-lifecycle Categorizes an issue or PR as relevant to SIG Cluster Lifecycle. sig/node Categorizes an issue or PR as relevant to SIG Node.
Milestone

Comments

@erictune
Copy link
Member

PR #2387 added ability for kubelet to make read/write call to apiserver, and in particular to send events about pod lifetime to apiserver.

I only added support for GCE. This umbrella bug is to add support for all other cloud providers.

I'll make issues for each cloud provider so they can be individually assigned.

@erictune
Copy link
Member Author

aws: #2440

@erictune
Copy link
Member Author

locally: #2441

@erictune
Copy link
Member Author

rackspace: #2443

@erictune
Copy link
Member Author

vSphere: #2445

@erictune
Copy link
Member Author

This issue can be closed when all sub-issues are closed.

@erictune
Copy link
Member Author

Azure: #2497

@goltermann goltermann added the priority/backlog Higher priority than priority/awaiting-more-evidence. label Dec 3, 2014
@ddysher
Copy link
Contributor

ddysher commented Jan 23, 2015

What's the status now, I've ran a local cluster and the pod stays unknown, kubectl describe gives nothing helpful:

$ describe pods k8s-inspect-pod                                                                                                                                                                                         
Name:                           k8s-inspect-pod
Image(s):                       ddysher/k8s-inspect
Host:                           127.0.0.1/
Labels:                         name=k8s-inspect,role=test
Status:                         Unknown
Replication Controllers:        <none>
Events:
Time                            From            SubobjectPath   Reason          Message
Fri, 23 Jan 2015 16:34:21 -0500 {scheduler }                    scheduled       Successfully assigned k8s-inspect-pod to 127.0.0.1      %!v(MISSING)

Looks like kubelet doesn't send event.

@erictune
Copy link
Member Author

I haven't converted the local cluster to send kubelet events. I need to do that soon.

@davidopp davidopp added sig/node Categorizes an issue or PR as relevant to SIG Node. sig/cluster-lifecycle Categorizes an issue or PR as relevant to SIG Cluster Lifecycle. labels Feb 17, 2015
@bgrant0607 bgrant0607 added this to the v1.0 milestone Feb 28, 2015
@erictune
Copy link
Member Author

For all platforms whose config lives in our repo, this is done or a PR is under review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority/backlog Higher priority than priority/awaiting-more-evidence. sig/cluster-lifecycle Categorizes an issue or PR as relevant to SIG Cluster Lifecycle. sig/node Categorizes an issue or PR as relevant to SIG Node.
Projects
None yet
Development

No branches or pull requests

5 participants