-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
helm_resource
with docker_build_with_restart
#391
Comments
i think this might have something to do with the interop between |
I've reproduced this in servantes, with just Nick's hunch seems pretty accurate:
|
I got live update to work in this situation by overriding the image's entrypoint with
This has two pretty big downsides:
we can solve (1) by baking the behavior into I've been noodling on this and haven't yet come up with a solution I like, so here's some spitballing for now: |
fwiw - i'm not too worried about problem (2) at this point (the original reporter confirmed this wasn't a problem for them) slight modification on (d) - rather than applying the yaml, maybe add a warning if the KubernetesDeploy reconciler sees a Pod overriding the command on a k8s_custom_deploy? |
I wasn't super worried about it, either, until I implemented my workaround and it took me a few minutes to figure out why it wasn't working :) |
yeah, that seems good |
Could it be that |
I'm using I tried it with
and |
Mikael in the tilt channel reports that when they have a Tiltfile like this, the container doesn't restart properly:
The text was updated successfully, but these errors were encountered: