You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected result:
all CRDs created as .cs files in the ./crds folder
Actual result
errors on random files:
error: could not create file /path/to/crds/Certmanager/V1/Outputs/IssuerSpecVaultAuthAppRole.cs: open /path/to/crds/Certmanager/V1/Outputs/IssuerSpecVaultAuthAppRole.cs: too many open files
Re-Running crd2pulumi multiple times with -f flag eventually writes all of the required files.
The text was updated successfully, but these errors were encountered:
I'm not able to reproduce this on my machine. What does ulimit -n show for you? Is it just a matter of hitting OS-level max file descriptors, in which case, does bumping ulimit help alleviate this problem for you?
I am facing a similar issue on windows. the error is could not create file crds\dotnet\Certmanager\V1Alpha2\Inputs\ClusterIssuerSpecAcmeSolversHttp01IngressPodTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionPodAffinityTermLabelSelectorMatchExpressionsArgs.cs: open crds\dotnet\Certmanager\V1Alpha2\Inputs\ClusterIssuerSpecAcmeSolversHttp01IngressPodTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutionPodAffinityTermLabelSelectorMatchExpressionsArgs.cs: The system cannot find the path specified.
After running crd2pulumi --dotnetPath ./crds ./cert-manager.yaml on Windows 11, .net 6 and crd2pulumi 1.0.10.
Has anyone faced a similar issue? This is breaking my head :(
Steps to reproduce:
Expected result:
all CRDs created as
.cs
files in the./crds
folderActual result
errors on random files:
Re-Running crd2pulumi multiple times with
-f
flag eventually writes all of the required files.The text was updated successfully, but these errors were encountered: