Bryce Lampe

Results 196 comments of Bryce Lampe

> Yes, my first thought on this was to just add it to the grpc interfaces but it was agreed that it would be much neater if this could just...

Unfortunately I think this is a limitation of Asset/Archive, ref. https://github.com/pulumi/pulumi/issues/3017 https://github.com/pulumi/pulumi/issues/3017.

@ChristianIvicevic are you able to share the working SST code, and have you confirmed the asset round-trips successfully?

Note the API has been updated to return a Throttling error code instead of GeneralServiceException.

The provider already sanity checks the URN type here: https://github.com/pulumi/pulumi-kubernetes/blob/915d1ea946e0e01975b10096572eee9e90f3ef7d/provider/pkg/provider/provider.go#L2400-L2404 That's invoked during Check here: https://github.com/pulumi/pulumi-kubernetes/blob/915d1ea946e0e01975b10096572eee9e90f3ef7d/provider/pkg/provider/provider.go#L1168-L1171 I'm guessing the timeout is due to the provider not starting up or something....

I was sniped by this today and spent some time learning about how AWS configures retries. In the API Gateway case it's returning a "Throttling" error with a 429 status...

Blocked on https://github.com/pulumi/pulumi-yaml/pull/666.

> Blocked on [pulumi/pulumi-yaml#666](https://github.com/pulumi/pulumi-yaml/pull/666). This will be included in 3.138.0 so closing this PR in favor of the next release.

We're using mise now, so these language providers can be specified in mise.toml. Then enable Renovate for the repo and you should be good to go.

Hi @jesusch. Sorry you're running into this. It's hard to diagnose the problem without knowing more about how your VPC is configured. Make sure it's setup for the [private cluster...