John Schnake
John Schnake
**Describe the solution you'd like** If we launch a plugin that has sonobuoy it and that instance launches more plugins, we should be able to report results all the way...
**What steps did you take and what happened:** Ran e2e tests in parallel with the postprocessor to remove skips. Final result had some xml files with no tests. So the...
Right now we use `sonobuoy images ...` to pull/push/list the images a plugin will use. However, https://carvel.dev/ has imgpkg and kbld which may be extremely useful here. Perhaps we can...
See #1557; a few pages in docs may need updated to showcase this. It doesn't need its own page though. Airgap and e2e pages though will need it I'm sure.
See comment: _Originally posted by @jcstanaway in https://github.com/vmware-tanzu/sonobuoy/issues/1682#issuecomment-1120055430_ TL;DR; if a cluster has N nodes when sonobuoy is launched but is in the process of scaling down, Sonobuoy can get...
List ideas for blog posts. If you want to write the post, just say so as well but thats not required. We will separately schedule them, but we can dump...
I was running chaos-mesh to try and work with a broken cluster; I was running the CNI antrea and just had 1/5 of the agents experiencing pod failures. However, things...
When in non-destructive-conformance mode we currently run in series which makes the tests take a substantial amount of time. I'm not sure how flakey tests get in parallel though. Recommend...
Signed-off-by: John Schnake **What this PR does / why we need it**: **Which issue(s) this PR fixes** - Fixes # **Special notes for your reviewer**: **Release note**: ``` release-note ```
When specifying plugin files from the CLI we just allow one at a time. However, it may make sense from a user perspective to have a few coupled together so...