https://pulumi.com logo
#python
Title
l

little-river-49422

04/18/2019, 11:47 AM
hey, one stupid question, anyway to wait for kubernetes job to finish in pulumi?
w

white-balloon-205

04/18/2019, 3:14 PM
No first class way currently (you could write custom code to poll the Kubernetes API to check if it’s done - but that would be a little awkward). We’re looking into how best to enable waiting for job completion as part of https://github.com/pulumi/pulumi-kubernetes/issues/449. If you have details on use case, please add them there.