pkg icon indicating copy to clipboard operation
pkg copied to clipboard

ssa: Skip suspended resources from wait result errors

Open stefanprodan opened this issue 1 year ago • 1 comments

Fix: https://github.com/fluxcd/flux2/discussions/4738

stefanprodan avatar Apr 23 '24 09:04 stefanprodan

Found some issue with this approach, since we remove the suspended resources from the result, this means wait has to reach the timeout. We need to find a way to filter the objects before passing them to the wait function... but without DDoS-ing the API and make new queries for each resource.

stefanprodan avatar Apr 23 '24 13:04 stefanprodan