Bryce Lampe

Results 196 comments of Bryce Lampe

The underlying TF provider is on v5.10.1, so if there was a fix in v5.5.0 it should already be reflected. Based on https://github.com/cloudflare/terraform-provider-cloudflare/issues/5575#issuecomment-2875979916 it sounds like there might still be...

In v2 the agent can be started with `--skip-install`, but I agree it's not straightforward for the user to customize the install behavior. > Didn't run into this issue with...

If this works for the customer we can update docs to reflect it. ```go ❯ cat main.go package main import ( helmv4 "github.com/pulumi/pulumi-kubernetes/sdk/v4/go/kubernetes/helm/v4" "github.com/pulumi/pulumi/sdk/v3/go/pulumi" ) func createChart(ctx *pulumi.Context) (*helmv4.Chart, error)...

I'm guessing this is due to https://github.com/pulumi/pulumi-kubernetes/blob/e065015152324f4359f8a4d4332618be6019dd1c/provider/pkg/gen/typegen.go#L339-L380. https://github.com/pulumi/pulumi-kubernetes/issues/3347 tracks the issue on p-k. We recurse or terminate as long as `type` is present, with recursion happening for arrays and `additionalProperties...

@rquitales is currently working on something to this effect -- https://github.com/pulumi/pulumi-kubernetes/issues/3121 might be the best public-facing issue. Stay tuned!

Waiting on https://github.com/pulumi/pulumi/issues/16847

Hi @AndreasMWalter, good news! I believe this is in progress here https://github.com/pulumi/pulumi-azure-native/pull/4242

@RichardWLaub @casey-robertson @rquitales I wanted to share the current approach I'm taking with this in case you have any concerns or suggestions. For DaemonSets with a RollingUpdate strategy, we will...

Doesn't pass on re-run ``` error: inputs to import do not match the existing resource: [ingress revokeRulesOnDelete] ```

@GeoffMillerAZ can you please include the dependencies you'd like to see patched?