Hi guys. I need configure istio virtualservice in ...
# general
n
Hi guys. I need configure istio virtualservice in deploy pulumi k8s, but not have a resource for this. I tried configure in client-go lib istio, but I don't how export an external resource, somebody help me? Thank you
b
you should be able to create the resource with crd2pulumi https://github.com/pulumi/crd2pulumi or you can build it yourself using this resoure: https://www.pulumi.com/docs/reference/pkg/kubernetes/apiextensions/customresource/
n
Thank you @billowy-army-68599! I try, the most "correct" is use the CustomResource, I believe. Thank you