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

Use a single request to delete all pods #13

Open
isala404 opened this issue Jul 12, 2021 · 0 comments
Open

Use a single request to delete all pods #13

isala404 opened this issue Jul 12, 2021 · 0 comments

Comments

@isala404
Copy link
Owner

isala404 commented Jul 12, 2021

Currently, the reconciler cleanup lists all resources related to a flowtest and deletes them one at a time. The k8s api supports deleting a collection of resources by the labels. This is much more efficient and reduces the opportunity for errors.

The k8s api support deleting multiple pods with a single request. Is the functionality exposed with the reconciler?

Originally posted by @paynejacob in #11 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants