Matthew (Matt) Jeffryes

Results 248 comments of Matthew (Matt) Jeffryes

Huh, the error message looks like it comes from ``` go if _, err := waitGroupDrained(ctx, conn, name, timeout); err != nil { return fmt.Errorf("waiting for Auto Scaling Group (%s)...

Thanks for the suggestion @morgan-cromell! I agree that the nested structure for setting values can be cumbersome especially in dotnet. We'll consider adding this for the next revision of `Release`...

I've constructed a standalone repro for this issue here: https://github.com/mjeffryes/nodejs-repros/tree/7a7623e2bbea882de36993a966b10d9f056ff9f5 (I can confirm that the versions match in my repro, the node is running `v1beta2`.)

We can't reproduce with the current information, but feel free to reopen with more details

closing as no-repro since we have not heard back; please re open if you have an exmaple we can use to reproduce this error.

Thanks for reporting this @Sshnyari. I believe I was able to reproduce this with just the volume patch as you described: https://github.com/mjeffryes/dotnetrepros/tree/pulumi-kubernetes-2682 We'll add this to our backlog.

thanks for filing this ticket @kwohlfahrt, I'll add it to our backlog.

Hi @sangharshcs; thanks for sharing this. I believe you're correct that we don't support reading the token from the `KUBE_TOKEN` environment variable today; we expect the token to be present...

Thanks for the bug report @morgan-cromell. Can you confirm that the error does not occur if the `strategy` is set initially, but only when updating the strategy to "Recreate"?

Thanks for this suggestion @markharding. The `CertificateSigningRequest` resource is currently generated from the kubernetes API spec, so this would probably be implemented by creating a [Component Resource](https://www.pulumi.com/docs/concepts/resources/components/) that adds the...