pulumi-kubernetes
pulumi-kubernetes copied to clipboard
Resource to replace gets rendered twice in tree view
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:
$ 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):
This seems strange and/or unintentional, and @lukehoban agreed & asked me to create an issue!
Moved to pulumi-kubernetes
as the k8s provider has its own diff calculation implementation