Josh Kodroff

Results 99 comments of Josh Kodroff
trafficstars

This should be moved to `pulumi/kubernetes` - my bad for clicking the "Request a Change" link.

@lblackstone If you can confirm that I just need to hand-edit the schema (or whatever the way to fix is), I can fix this.

Not clear to me whether #1390 is talking about the same thing. If so, prefer the way this issue is worded as it'll be more apparent to a user what...

@apjoseph Try depending on `helmChart.ready` instead of the chart itself, per [this example](https://www.pulumi.com/registry/packages/kubernetes/api-docs/helm/v3/chart/#depend-on-a-chart-resource).

Turns out I wrote something on my own a while ago very similar to ShortBus, so I could add the implementation pretty easily if @mhinze would like to assign this...

I think there's meaningful semantic difference. Here's my understanding (which comes mostly from using NServiceBus): Commands (ShortBus and NSB look to be identical here): - A command tells the system...

So it sounds like all that would be needed is Publish(), which expects 0 to many handlers, and IEvent. (It's never appropriate to publish a command or query.) Does that...

That looks pretty good to me. On another note, what do you return as an HTTP status code for a command that does a Delete? Seems like a 201 (Created)...

@sadmanbd Thanks so much for submitting this issue _and_ the one upstream! We'll incorporate into the Pulumi provider soon after the upstream is ready. If you sense our release for...

I'm seeing the same. It looks like an intermittent failure because `pulumi destroy -y && pulumi up -y` works.