Nick Santos
Nick Santos
@milas I sent you a link to the datadog traces. Ya, I'm still seeing this hit limits `grpc: received message larger than max (4921615 vs. 4194304)` :\
This is currently expected behavior. There's an order of operations problem: - Tilt doesn't know until after the install what resources are going to be deployed - Tiltfile execution is...
some related things we've shipped recently: cli commands `tilt enable` and `tilt disable`: https://docs.tilt.dev/cli/tilt_enable.html https://docs.tilt.dev/cli/tilt_disable.html the tiltfile api `config.clear_enabled_resources()`, which lets you specify that `tilt up` should start with nothing...
this discussion might be relevant: https://github.com/tilt-dev/tilt/issues/3282 i might quibble a bit with the statement "But if Tilt was able to only connect to them and sync files from this moment...
I verified that execing into the node like ``` docker exec -it kind-control-plane bash ``` and running ``` crictl rmi --prune ``` can sometimes fix a lot of problems
here's a good discussion of this problem in more detail: https://github.com/kubernetes-sigs/kind/issues/735 feels like this also ties into https://github.com/tilt-dev/tilt/issues/2102 in that tilt knows (in some cases) that an image is ephemeral...
@majidaldo for what it's worth, the existing garbage collector doesn't look at old expected refs. it just searches the image index for images build by tilt. The code is here:...
ya, tilt attaches a bit more metadata to the image about "why" you're building it. We already do GC in the local image store, we just need to augment it...
@bahatron hmmm! That's interesting, we've never seen that before. Could you file a new bug for that and include the output of 'tilt doctor'? It seems unrelated to this issue,...
Hi @pnovotnak ! Is there anything that you're waiting on for us in this PR? I appreciate the problem you're trying to solve here, though it seems like you're having...