John Schnake
John Schnake
https://github.com/spf13/cobra/issues/1614#issue-1153386641 Multiple issues in the spf13/cobra repo were regarding the patterns of globals/init methods which made testing and growth difficult. This linked issue properly points to the method (I think)...
Moving from https://github.com/spf13/cobra/issues/1381 For example: cobra add foo--bar--baz --var-name=foo_bar_bazCmd -p 'parentCmd' // generates cmd/foo--bar--baz.go Similarly, it'd be nice if I can run the cobra command in the current directory instead...
Hi, I work to maintain the [Sonobuoy](https://github.com/vmware-tanzu/sonobuoy) project and the most common use case is testing Kubernetes clusters via the Kubernetes conformance tests. When a cluster is broken, I'd love...
Event web events throughout the logic of Sonobuoy aggregator and worker. Configurable where to send them. Eventually the goal would be to be able to subscribe to certain events but...
If I have a test that normally passes in 5s or less, and it is taking 30s+ I would like it to just timeout and fail. Is this possible? I...
We have plugin caching and listing but not much else. - [x] #1813 - [x] #1814 - [x] #1815
If there are no values for new data to gather, the tmpplugins directory is empty and then sonobuoy runs the default set of plugins (ie e2e tests in normal conformance...