Is there any way to make pulumi wait for a Job to ...
# general
c
Is there any way to make pulumi wait for a Job to complete before deploying a Deployment?
w
See https://github.com/pulumi/pulumi-kubernetes/issues/449. Pending that being available - here's a technique you can use in the meantime: https://gist.github.com/lukehoban/fd0355ed5b82386bd89c0ffe2a3c916a
c
Thanks. Any timeline for official support?
With that gist, is there no way to get the client out of the k8s provider? I know that was something that AWS had as a feature.
w
With that gist, is there no way to get the client out of the k8s provider?
Honestly not sure off the top of my head. You may need to recreate details of the provider configuration from the same sources the Pulumi Kubernetes provider uses. If there are key pieces of configuration you need that aren't available - would be great to open an issue to see if they can be exposed off the provider.
187 Views