Nick Santos
Nick Santos
Thanks for the detailed report! Are you able to reproduce the problem with a plain DOCKER_BUILDKIT=1 docker build . ? Strongly suspect we'll have to file a bug upstream with...
haha, ok, you nerd sniped me into installing zfs and playing around with it. I'm pretty sure this is a race condition somewhere in buildkit. I can reproduce it _sometimes_...
I think the race condition would be between the Docker daemon and the buildkit server...so there's not really a way to put a sleep inside of Tilt's code...
filed upstream as https://github.com/moby/buildkit/issues/1654
thanks for the report! investigating...
hmmm...i'm not able to reproduce this. here's what's weird: tilt isn't involved here -- this should be all internal to Docker Desktop kubernetes. i.e., tilt will build the image to...
ah, I was able to reproduce this. I'm pretty sure this is a Docker Desktop Kubernetes footgun. Not sure if it's a bug or not (cc @landism do you know...
One thing we've seen people do is: ``` allow_k8s_contexts(k8s_context()) ``` as in https://github.com/windmilleng/tilt/issues/2357 Some users have expressed the desire to have `local`/`local_resource` calls that deploy kubernetes objects (think helm), and...
for what it's worth, tilt has a pretty rich api for debugging -- eg `tilt get liveupdate -o yaml` and `tilt get kubernetesdiscovery -o yaml` can give you a pretty...
not sure that debug logs that require you to understand the underlying implementation are the right answer here. on the other hand -- webhook admission controllers like kuik can do...