Hi, how do you find out the type of a custom resou...
# general
m
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
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
OK I’ll take a look - thank you!