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
I am using pulumi v3.102.0 and when I run pulumi up I see the following error.
$ pulumi up
Please choose a stack, or create a new one: irsa-anywhere
Previewing update (irsa-anywhere)
View in Browser (Ctrl+O): https://app.pulumi.com/mojochao/irsa-anywhere/irsa-anywhere/previews/60b6f09e-44a4-4067-8ba6-f393287c7ab6
Type Name Plan Info
pulumi:pulumi:Stack irsa-anywhere-irsa-anywhere 1 error; 3 messages
Diagnostics:
pulumi:pulumi:Stack (irsa-anywhere-irsa-anywhere):
# github.com/frezbo/irsa-anywhere/pkg/apps/irsa
pkg/apps/irsa/irsa.go:215:3: unknown field Subjects in struct literal of type "github.com/pulumi/pulumi-tls/sdk/v4/go/tls".SelfSignedCertArgs
pkg/apps/irsa/irsa.go:215:17: undefined: tls.SelfSignedCertSubjectArray
error: error in compiling Go: unable to run `go build`: exit status 1
Does this require a specific version of pulumi?
Please advise. Many thanks in advance!
The text was updated successfully, but these errors were encountered:
I'm not sure anymore, this was done with a way old pulumi version, but the examples can be easily converted over to newer pulumi version as the sdk changes frequently. I won't have time to look into this anymore unfortunately. This was done when I was just hacking around pulumi.
I built the https://github.com/frezbo/pulumi-provider-kind provider using Go 1.20.2.
I am using pulumi v3.102.0 and when I run
pulumi up
I see the following error.Does this require a specific version of pulumi?
Please advise. Many thanks in advance!
The text was updated successfully, but these errors were encountered: