John Schnake

Results 80 issues of John Schnake

v0.0.2 is present but I'm guessing the 0.3 version was developed locally and never pushed.

sonolark
active

Complete https://github.com/vmware-tanzu/sonobuoy-plugins/tree/main/sonolark/examples/debugWorkloads to cover the whole flowchart.

sonolark
active

When trying to see if a service/pod is working correctly it can be very useful to use port forwarding. This should be available via sonolark in some capacity. I'm not...

enhancement
sonolark
active

If the user calls `sonobuoy.startTest(...)` while another test is in progress, it should be supported and just treated as a subtest.

enhancement
sonolark

We will have some examples of how to do things like remove skips and people can copy/paste them, but we should be able to make it even easier in those...

Post-Processor

Ran the example and ended up with an empty status: ``` name: e2e-0 status: unknown meta: type: summary items: - name: sonobuoy_results.yaml status: "" meta: file: results/global/sonobuoy_results.yaml type: file items:...

bug
Post-Processor

See https://github.com/vmware-tanzu/sonobuoy/issues/1714 - Removing all the leaf nodes from the suite may cause issues.

bug
Post-Processor

This was pre-ytt and we need to update the example to be accurate.

bug
Post-Processor

Currently, the way errors work in starlark/sonolark is that when the error occurs it stops execution completely. This works OK but for running test suites it is expected that you...

enhancement
sonolark

When doing a `kube.get` you get a string rather than something you can iterate over or reference fields of. This makes it really hard to work with intuitively (if at...

sonolark