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

Emit pod k8s events #187

Open
hidalgopl opened this issue Nov 3, 2020 · 0 comments
Open

Emit pod k8s events #187

hidalgopl opened this issue Nov 3, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@hidalgopl
Copy link
Contributor

Currently user sees only one event if the pod was scheduled successfully: ProviderCreateSuccess comparing to Scheduling -> Scheduled -> Pulling -> Pulled -> Running feedback from pod running on not virtual nodes.

Another useful feature from user experience standpoint would be sending informations about cell state changes during provision to kip stateful set.

There is some work started on branch https://github.com/elotl/kip/tree/k8s-events

You may see there's a event record function added. One thing to keep in mind is that you need to convert kip objects into the k8s ObjectReference type, so the emitted event is linked with corresponding k8s object.

@hidalgopl hidalgopl added the enhancement New feature or request label Nov 3, 2020
@hidalgopl hidalgopl added the good first issue Good for newcomers label Dec 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant