https://pulumi.com logo
#kubernetes
Title
# kubernetes
h

hundreds-lunch-5706

03/01/2023, 7:42 PM
Is there a way to include a bake time when I run
pulumi up
? I’d like to catch any quick pod crashes immediately after deploying changes.
b

billowy-army-68599

03/01/2023, 7:45 PM
you can actually run healthchecks on a pulumi up inside an apply, here’s an old example: https://gist.github.com/lukehoban/fd0355ed5b82386bd89c0ffe2a3c916a
2 Views