Ben Moss

Results 68 comments of Ben Moss

this was fixed for me by using the fork from #77

Generally you don't bump the version of someone else's project, you leave that for them.

A weird thing about this is that it only seems to happen with `kind: broker`, not `kind: Broker`. Might reduce the urgency of the fix a little 😄

I think I'd lean most towards 2 or 3. Injecting the client via context seems like a pattern we use all over the rest of the place, why not here...

> In order to keep the goodies of the factory, e.g. event recorder and tracing, how could that be achieved if I only want to customize certain options instead of...

What are the headers of your private key? Like `-----BEGIN OPENSSH PRIVATE KEY-----` or what? A repro of this would be helpful.

Ah, I see the [thread on Slack](https://vmware.slack.com/archives/CUK1X0Z8Q/p1645719722817759) mentions that it is `-----BEGIN OPENSSH PRIVATE KEY-----` and that appears to be the problem

Yeah, just was getting this error message as well and was wondering what the solution would be. As was mentioned, hiccup ignores the extra list generated by the `for` call,...

I have a CI system that deploys a cluster with a Windows node and runs conformance tests against it, the results are posted [here](https://k8s-testgrid.appspot.com/sig-windows#cfcr-vsphere-windows-master). The CI isn't accessible to the...

Yeah, the Windows tests tend to be quite flaky in my experience. I haven't had time to debug the problems, I know others have recommended not running tests in parallel...