https://pulumi.com logo
e

echoing-activity-32278

12/29/2021, 9:06 AM
Is there a custom timeout setting but on a k8s provider level ? The current only supports per-resource level: https://www.pulumi.com/docs/intro/concepts/resources/#customtimeouts
b

billowy-army-68599

12/29/2021, 9:26 AM
e

echoing-activity-32278

12/29/2021, 9:43 AM
Which seems more fine-grained.
b

billowy-army-68599

12/29/2021, 9:58 AM
custom timeouts are available for all resources, but our Kubernetes provider also has custom await options which can be overridden via annotations
e

echoing-activity-32278

12/29/2021, 10:04 AM
This sounds like dup of functionality.
q

quiet-wolf-18467

12/29/2021, 10:14 AM
There's some nuances to each option. Timeouts at the resource level are for resource CRUD operations. Timeouts on Kubernetes annotations allow finer control over the lifecycle / readiness of those resources. SkipAwait might be what you're looking for and I'd love to see this available at a provider level. Leave it with me 😀
💯 1