sonobuoy
sonobuoy copied to clipboard
🌈 Dynamic Coloful Image Render
Near the bottom of https://sonobuoy.io/docs/v0.56.8/gen/ it mentions using kubectl but then shows `sonobuoy run -f...`. We can show the benefits of either: You can use `kubectl` with `kubectl apply -f...
Add functionality to the skip-preflight flag to allow users to specify specific preflight checks to skip. Currently only boolean values are accepted for the skip-preflight flag.
**Describe the solution you'd like** As a developer I would like sonobuoy to output data from either a dynamic webhook-audit log, or from api-snoop, into the sonobuoy output which would...
Part of my desire in creating sonobuoy was to have a unified means of generating a performance report, that lived as a canonical thunk to be compared over time. Combine...
When figuring out which versions are supported for `sonobuoy e2e` you have to come to github and know where to look. It would be better to be able to dump...
**Describe the solution you'd like** Running sonobuoy on medium sized clusters (tens of nodes) often triggers ErrImagePull on `sonobuoy/sonobuoy` and `sonobuoy/systemd-logs` containers from sonobuoy's DaemonSet, due to Docker Hub rate...
The airgap example is always painful to try and reproduce and we don't have a great story for users even though we've done so much to make things easier. We...
The page https://sonobuoy.io/docs/v0.56.8/e2eplugin/ talks about the plugins, dry run mode, but doesnt even mention the `sonobuoy e2e` command which is particularly relevant since it helps you choose the focus/skip values...
We've done 2 different TGIK episodes about Sonobuoy and another youtube video or two. We should surface those better in our docs.
We implemented basic plugin management but haven't had time to make much use of it. We could further move logic out of the codebase if we do a few things...