hey, one stupid question, anyway to wait for kuber...
# python
l
hey, one stupid question, anyway to wait for kubernetes job to finish in pulumi?
w
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.