Is there a custom timeout setting but on a k8s pro...
# general
e
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
e
Which seems more fine-grained.
b
custom timeouts are available for all resources, but our Kubernetes provider also has custom await options which can be overridden via annotations
e
This sounds like dup of functionality.
q
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