I'm finding that if I use Pulumi to build a docker...
# kubernetes
c
I'm finding that if I use Pulumi to build a docker image and have a deployment/statefulset/etc reference that image, the deployment will update even before the image is built. If the image takes a while to build/push, this will guarantee a failed
pulumi up
. Has this been an issue for anyone else? Or should I file a bug ticket
s
No this is not expected. Can you file a ticket with more details please?
s
here's the ticket. Correction to what i said above - it does build the image before updating things but the problem is it pushes the image at the same time it updates the deployment spec, so it's a problem if the image push takes a while.
s
I updated the ticket with what I believe should fix the problem.
🎉 1