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

feat: add watcher for events #2

Merged
merged 1 commit into from
Apr 22, 2024
Merged

feat: add watcher for events #2

merged 1 commit into from
Apr 22, 2024

Conversation

vsoch
Copy link
Member

@vsoch vsoch commented Apr 22, 2024

Problem: I did not see a nice way to get (from the scheduler) a record of when a pod was done on a node. Instead, it uses the events API to go off of updated snapshots.
Solution: Do the same! We can get pretty good metadata for pods and nodes via the same events API.

Problem: I did not see a nice way to get (from the scheduler)
a record of when a pod was done on a node. Instead, it uses
the events API to go off of updated snapshots.
Solution: Do the same! We can get pretty good metadata
for pods and nodes via the same events API.

Signed-off-by: vsoch <[email protected]>
@vsoch vsoch merged commit d609d43 into main Apr 22, 2024
2 checks passed
@vsoch vsoch deleted the add-pod-node-events branch April 22, 2024 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant