https://pulumi.com logo
m

millions-judge-24978

05/29/2020, 5:36 AM
Is there any way to specify a retry/timeout for
get()
methods like
k8s.core.v1.Service.get
? Imagine creating an operator with pulumi, and needing some info about a
Service
that it will create as a result.
a

acoustic-leather-88378

05/29/2020, 9:55 AM
@millions-judge-24978 sounds similar to https://github.com/pulumi/pulumi-kubernetes/issues/1056
m

millions-judge-24978

05/29/2020, 3:20 PM
Ah yes it definitely is, thank you.
@acoustic-leather-88378 I think I found a really nice workaround for this, I’ll post in that issue soon
👍 1