Joe Duffy
Joe Duffy
Installation instructions are here: https://www.pulumi.com/docs/get-started/install/. You would need to `npm install @pulumi/pulumi` to get the SDK. However, I thought you were just trying to destroy a stack -- if you...
Great! Not super urgent, obviously, but probably a nice thing to fix eventually.
> Since this issue is related to application configuration rather than Pulumi's k8s provider, I'm going to close this out now. A chart written for Helm, which gets to define...
I took a brief look and I can't figure out why this is happening. It seems to be some combination of: the way we check/diff old state versus new state,...
/cc @lukehoban I would assume we actually want to make this work somehow, perhaps by using S3 for the upload rather than streaming the zipfile directly. I've changed the title....
(I guess I had notifications turned off for this repo .. whoops.) I prefer the stateless implementation too. Happy to merge if you submit a PR.
Compose integration should work, as this is how I've been running my cluster for some time. Basically, just create a volume in the usual way, but use "blocker" as the...
I wonder, is there any reason we can’t capture a stack trace at the time of invocation and use that in the error? IIRC we already do capture it but...
This is related to https://github.com/pulumi/pulumi/issues/2622. I'll admit that I was surprised where we landed after refactoring the engine to support the new project model. I assumed we would treat `org/stack`...
I agree with the sentiment. I've always thought of org/stack as simply a path, which is actually the root cause for me expecting to see the fully qualified name everywhere...