Hi everyone, can we run the same codegen for Istio CRDs? (from https://github.com/pulumi/pulumi-kubernetes) As far as I understood, it can support any OpenAPI, any suggestions on this topic? Thanks
w
white-balloon-205
05/13/2020, 4:41 AM
What do you mean by “the same codegen for Istio CRD”? You should be able to install the Istio Helm chart with helm.Chart or run istioctl to generate yaml files and deploy those with ConfigGroup. You could also create a similar set of resource definitions natively in Pulumi.