https://pulumi.com logo
w

worried-city-86458

10/13/2020, 3:42 AM
I'm trying to deploy cert manager using the github url:
Copy code
new ConfigFile($"{prefix}-cert-manager",
    new ConfigFileArgs { File = "<https://github.com/jetstack/cert-manager/releases/download/v1.0.3/cert-manager.yaml>" },
    new ComponentResourceOptions { Provider = kubeProvider });
g

gorgeous-egg-16927

10/13/2020, 4:34 PM
I think you’re pointing to the HTML page rather than the raw YAML
Oh, maybe not. Let me try it with the TS SDK real quick
Hmm…it seems to work with TypeScript, so that’s not it
I can’t tell what the problem is from the stack trace. Can you send me the verbose logs? https://www.pulumi.com/docs/troubleshooting/#verbose-logging
Took a look at those logs and I’m pretty sure it’s this issue: https://github.com/grpc/grpc/issues/20134#issuecomment-614584098
I’m not really sure what to suggest instead, but the problem appears to be specific to .NET
w

worried-city-86458

10/14/2020, 12:48 AM
Thanks for the info. I guess there's nothing I can do, @tall-librarian-49374? I'll fallback to downloading the ~1.6MB source file and using it from my repo.
Oh that doesn't work either, which makes sense in hindsight. What now? 😬
3 Views