This message was deleted.
# general
s
This message was deleted.
b
pulumi just interacts with the Kubernetes api, so I'd be surprised if this was pulumi specific...
if you're doing a pulumi up with a new image, it'll just update the deployment with the new image via the API, the rest happens at the kubernetes layer
c
I actually ended up filing an issue on github as well and found the root cause (not related to pulumi). Details can be found at https://github.com/pulumi/pulumi/issues/7330
b
looks like 'dumb-init` will help with that, fyi
c
oh nice, that seems perfect, will give it a shot today. Thanks for the pointer 🙂