I'm trying to migrate some resources between kuber...
# general
e
I'm trying to migrate some resources between kubernetes clusters in the same stack as we're going to move and then kill the old cluster. I have the new cluster up and am installing all the same helm charts into it one at a time. I'm on the first Helm chart and am getting an error because it installs CRDs. Pulumi is saying the new CRDs have a duplicate resource URN. I don't think I can do anything about that as all I can do in the Pulumi code is affect the name of the chart. Anyone know a way around this?
b
there's an open issue for this with some workarounds: https://github.com/pulumi/pulumi-kubernetes/issues/1225
e
thank you!
yay! I was able to get around it using
resourcePrefix
I must have simpler prefix names than the Place1 commenter in that issue