Vivek Lakshmanan

Results 115 comments of Vivek Lakshmanan

The plan here for the time being is to handle the empty response received in the various component resource implementations as a signal that no preview is available (due to...

> Ran into the same issue with .NET SDK. It manifests somewhat differently by throwing `NullReferenceException` when creating `ImmutableArray` result. The issue is annoying since it is not possible to...

Apologies for the delays here. We have prioritized this issue and are actively working on it. We can't revert the PR as it is fundamental contract with the Pulumi engine...

Thanks for opening this @xwang0818 - are you able to use 0.0.18 (released yesterday) to use the checked-in Pulumi stack configuration to work around this?

> @viveklak I upgraded my pulumi operator to the latest release v0.0.19. However, this version still does not support the stack config described above. I haven't had a chance to...

Thanks for the bug report! This seems to be caused due to our exclusion of nulls in values: https://github.com/pulumi/pulumi-kubernetes/blob/51823626f0627b74c7c6566f1e7ce7da998a1861/provider/pkg/provider/helm_release.go#L1285. We can probably relax this but will need to test and...

This seems to be an issue with go-git. We should consider wrapping go-git with an optional flag to shell out to git in such situations?

Please note that we support configmap mutations as an opt-in provider config option - see details here: https://github.com/pulumi/pulumi-kubernetes/pull/1926. Due to the breaking nature of the default behavior, this is an...

This is likely a dupe of https://github.com/pulumi/pulumi/issues/8717

Thanks for flagging this @DennyPazak0101 - I at least was not aware of this "optimization" on GKE. I think a reasonable workaround for the moment might be to consider adding...