Hello, I’m trying to migrate from crd2pulumi to th...
# golang
b
Hello, I’m trying to migrate from crd2pulumi to the new parameterized extensions, but I’m not able to use two extensions simultaneously. I tried to generate the SDKs for the Kubernetes Gateway API and for Istio. When I try to create a resource from the Gateway API SDK, it works. When I try to create a resource from the Istio SDK, it works. But when I try to create resources from both SDKs, it does not work:
Copy code
Diagnostics:
  gateway-api:<http://gateway.networking.k8s.io/v1:Gateway|gateway.networking.k8s.io/v1:Gateway> (test):
    error: unrecognized resource type: "gateway-api:<http://gateway.networking.k8s.io/v1:Gateway|gateway.networking.k8s.io/v1:Gateway>" for this provider
Is it a known limitation? If so, this greatly limits the usefulness of this feature in my case, and I won’t be able to migrate from crd2pulumi.
e
This should work, can you raise an issue at github.com/pulumi/pulumi with a link to that example. Someone from the team should be able to take a look at it.
b
e
nah that's fine, we'll move it if it makes sense
👍 1