pulumi-kubernetes icon indicating copy to clipboard operation
pulumi-kubernetes copied to clipboard

Resource to replace gets rendered twice in tree view

Open theneva opened this issue 5 years ago • 1 comments

Hi! :wave:

I use the @pulumi/kubernetes provider to create a Deployment.

When migrating it from kubernetes.apps.v1beta1.Deployment to kubernetes.apps.v1.Deployment, I ended up with this diff:

image

$ pulumi up shows the resource twice with the same name and plan, but different diff (p is aliased to pulumi in the screenshot, and dev is just the name of my stack):

image

This seems strange and/or unintentional, and @lukehoban agreed & asked me to create an issue!

theneva avatar Feb 18 '20 13:02 theneva

Moved to pulumi-kubernetes as the k8s provider has its own diff calculation implementation

mikhailshilkov avatar May 30 '22 14:05 mikhailshilkov