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

Better support for executing K8S jobs #280

Open
NicolasRouquette opened this issue Jul 21, 2019 · 3 comments
Open

Better support for executing K8S jobs #280

NicolasRouquette opened this issue Jul 21, 2019 · 3 comments

Comments

@NicolasRouquette
Copy link
Contributor

Since many things can go wrong when executing a K8S job, it is important to monitor a job for progress of all of its containers, including init containers. Finally, it is important to clean up a job when it's executed; however, since deleting kubernetes resources takes time, one needs to monitor the deletion of a job as well.

Another consideration is that skuber hides the host connection pools it creates internally for long-duration operations (e.g., watchContinuously). Although the Akka API underneath will reuse the pool, this results in unnecessary garbage objects and skuber neither shutdowns these pools nor exposes them for the user to shutdown.

@NicolasRouquette
Copy link
Contributor Author

NicolasRouquette commented Jul 21, 2019

This issue was incorrectly addressed in this PR: #274
Made a new PR to explicitly target this issue.

This was referenced Jul 21, 2019
@opensorceror
Copy link

+1

@doriordan
Copy link
Owner

As discussed with Nicolas, I am working on incorporating a means to do this into a stream of work I am currently progressing on enhanced list/watch based features, will update this issue in due course

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

No branches or pull requests

3 participants