John Schnake

Results 148 comments of John Schnake

Sure thing. I just tried it out and was hacking a bit but when I rebased this onto master, put the exe extension back on my the tests, and ran...

Thanks for the thorough response. Let me think on it for a days and see how those options sit. I'm also attending one of the k8s working groups and may...

I definitely don't think that the async failure causing _other_ tests to fail would be beneficial; I can see why you wanted to get rid of that behavior. Even if...

@caruccio Could you sign your commits? If you can do that (and ideally rebase onto master) I can merge. I can always merge master into your branch via the UI...

I don't have much experience running this but just googling I found a similar PR for Minio https://git.oyd.org.tr/oyd/minio/commit/1ffa983a9d8efac1194fbba2d8365e40b9db41aa?style=unified&whitespace=ignore-change which also had a `PLAIN` option. Is something like that necessary or...

When I had set the kind network to be created with the `--internal` flag (had to custom do that, though I know I can create it ahead of time, even...

If I were to put up a PR for gating that with the appropriate feature gating (I'd have to look at how kind current does those gates) would you accept...

> For airgapping today you could always install firewall rules on the host or the node independent of any docker network options. That may be easier; not something I routinely...

I wanted to provide another use case where this comes up for me: airgap k8s testing. When running the e2e tests in airgapped environments, the k8s testing framework allows you...

I was just looking at kbld with respect to Sonobuoy and came across this same limitation. In my case, `sonobuoy gen` produces k8s types to put on the server; kbld...