John Schnake
John Schnake
See https://kubernetes.slack.com/archives/C6L3G051C/p1655103763401889?thread_ts=1653988487.029769&cid=C6L3G051C Problem getting results from a custom plugin.
We recognized how useful having configmaps bundled with the plugins are, but the same applies to secrets. Currently you can configure a plugin to do most things, but you won't...
We would love to know about your use of Sonobuoy. Share anything Sonobuoy related: - Info about you and your use of Sonobuoy - Links to plugins/scripts you use that...
Could we better support Cluster API and provide value? E.g. what about some basic options for launching Sonobuoy on all the workload clusters linked to a management cluster you have...
We dont have any benchmarks for how many resources sonobuoy requires; in some resource constrained env this could be very important. Lets do some tests and start to document that.
User @fish in #sonobuoy had requested ARM images at some point for Sonobuoy so that you could run on Raspberry Pis. Not unreasonable since k8s supports it and we want...
See ##1523 Talk with @jayunit100 and other networking folks to see what E2E_SKIP/FOCUS should be.
We've always pushed images to Dockerhub but ran into rate limiting issues, usually in CI systems. Then we moved to also supporting an internal, VMware Harbor instance which avoids the...
**What steps did you take and what happened:** ``` $ sonobuoy -n sonobuoy-run2 status PLUGIN STATUS RESULT COUNT PROGRESS e2e complete passed 1 Passed: 64, Failed: 0, Remaining: 29 systemd-logs...
**Describe the solution you'd like** A place to store short messages that we want sonobuoy to print regarding a test. The data type has a `details map[string]interface{}` and junit has...