Nick Santos
Nick Santos
good news! this exists today; it's just hidden under an option - https://docs.docker.com/desktop/features/containerd/
ya, that's why it's marked as experimental, not all commands have the `--platform` flag yet, there's work being tracked on it here - https://github.com/moby/moby/issues/47680
Is there anything that app devs can do to workaround this in their apps? e.g., is there a different file-change notification API that would work on WSL2 across filesystems? (there...
Ya, I've heard from other istio users that the istio thing is particularly annoying. i could imagine a solution where we simply filter out the istio stuff by default, or...
i'm going to hack in something quick to ignore the istio-init and istio-sidecar logs, and we can keep this open for a more complete configuration / filtering solution (as in...
OK, tilt v0.17.10 should omit the istio logs (Edited to add: going to leave this open for the broader configurability, but hopefully that at least makes this less painful for...
I published a blog post this week that talks about some of the log tooling we're building out: https://blog.tilt.dev/2021/05/24/real-programmers-log.html You can currently include or exclude containers from the command-line with...
Not sure this is a good idea. You'll introduce a circular dependency between the tilt server and the tiltfiles on startup. E.g. if the tiltfiles files to load for some...
oops, sorry i missed this bug. i think your analysis is right -- Tilt assumes that if an new replica set with the same owner starts up, then it should...
If you just need to get unblocked, have you considered using the k8s_custom_deploy API? It lets you write a little shell script to do your own image injection and is...