Bryce Lampe

Results 196 comments of Bryce Lampe

> can cause Pulumi to throw field is undefined errors and hang @aniravi24 do you have some code that reproduces the hang you're experiencing? That sounds like the bigger problem...

@EronWright elsewhere when we get this error we assume the object is namespaced, presumably to allow things to continue gracefully. Could we not do something similar in this case? https://github.com/pulumi/pulumi-kubernetes/blob/bc3c4569d3ef3997142d0fdd3141cd087df7acd0/provider/pkg/provider/provider.go#L1370-L1376

@kennyjwilli I know it's been a while and this might no longer be relevant, but I also ran into this. You can see from the diff you posted that the...

Related https://github.com/pulumi/pulumi-kubernetes/issues/1775.

This sounds reasonable to me, but I'm not familiar enough with this provider to gauge how much effort might be involved. If you're willing to submit a PR that would...

v4.18 added support for CRDs and custom await logic -- see the [release notes](https://github.com/pulumi/pulumi-kubernetes/releases/tag/v4.18.0).

I think it would make more sense for `v4.Release` to be multi-language, so not just a pointer to `v3.Release`. In other words I do think there is work to be...

@larrywax I believe the default behavior is to cache-to inline and then cache-from the pushed image. I can see a couple issues with this, like it doesn't work well with...

@larrywax > For instance, I can bridge the cacheTo option from the underlying provider to avoid imposing too many limitations. This sounds reasonable to me, but I would also run...

Hi @brncsk, could you share the code you're using that's causing the error? > but (unlike ssh CLI, which appends -cert.pub to the -i flags value), Pulumi does not try...