We are moving to using istioctl to install onto ou...
# dotnet
f
We are moving to using istioctl to install onto our Kubernetes clusters but this requires running that cli tool to generate the manifests so they can be created using pulumi. 1. pulumi runs istioctl manifest genetate 2. pulumi creates/updates resources. Right now the .net provider cannot run cli commands since dynamic providers are not yet supported. Is there an update when that will be supported or will we have to manually generate them for now?