https://pulumi.com logo
Title
m

most-lighter-95902

10/29/2021, 8:57 PM
Hi, how do you find out the type of a custom resource? I’ve been struggling to use the
pulumi import
cli to import a Istio Gateway created by Knative because I can’t figure out what the resource type is. I read the docs on this and also tried to infer the type via
pulumi stack --show-urns
etc but I can’t seem to successfully import this resource due to unknown resource type error. Any pointers would be appreciated.
g

gorgeous-egg-16927

10/29/2021, 9:32 PM
This is a known issue specific to k8s CustomResources: https://github.com/pulumi/pulumi-kubernetes/issues/1506 There’s a workaround in the issue comments
m

most-lighter-95902

10/30/2021, 5:40 PM
OK I’ll take a look - thank you!