David Roth

Results 19 comments of David Roth

After looking at the code in [nodegroup.ts](https://github.com/pulumi/pulumi-eks/blob/master/nodejs/eks/nodegroup.ts#L199), noticed that `NodeGroup` already supports `kubeletExtraArgs?: string;`. Exactly what I need for the managed node group api. Unfortunately, [the managed node group api](https://github.com/pulumi/pulumi-eks/blob/master/nodejs/eks/nodegroup.ts#L686)...

@viveklak We are eagerly awaiting this because we want to launch a new ipv6 cluster. Any ETA to merge/release? Thx!

Impact is minimal. Its mostly a csproj/build.props thing. I'll prepare a PR and we can discuss the details there.

@dotnetjunkie Any updates on this? With the new "[External Source](https://www.google.com/search?q=vs+2022+external+sources&oq=vs+2022+external+sources&aqs=chrome..69i57j33i10i160.2624j0j7&sourceid=chrome&ie=UTF-8)s" supports of VS 2022, this gets even more interesting ;-)

@xklonx If `EnableTransactionScopeEnlistment` is set to `false` (which is the default for backwards compat reasons), the transaction scope is created using `TransactionScopeOption.RequiresNew`. This means that a **new** transaction is used...

@xklonx > This means that a new System Transaction (not postgres transaction) is used even if i dont need it and it uses new timeout of 500ms and gives me...

Yep the timeout can be increased. That should help with your issue.

MR created: https://github.com/frankhommers/Hangfire.PostgreSql/pull/147

Please note that this issue was created long before TransactionScope support has been added. So `Hangfire.PostgreSql.PostgreSqlDistributedLockException` isnt something that was introduced with TransactionScope support. It was just more likely to...

Tried kustomize the first time today and imediately hit this bug. This makes kustomize unusable for us and I wonder how anyone could use this when such errors are present....