Morning, I've been investigating at the previous i...
# general
m
Morning, I've been investigating at the previous issue that I had and It seems that the "Promise leak detected" error appears every time a add the "parent: this" to the components created inside a class that extends ComponentResource, and this happens with all the classes that extend that class but the one that has the structure of the GKE cluster is not failing despite that has multiple elements created with "parent: this", anyone knows why pulumi in typescript is performing like that?
b
@microscopic-leather-56255 You cannot use a component resource as parent for a resource outside of the component resource itself. https://github.com/pulumi/pulumi/issues/13307