Maia McCormick
Maia McCormick
Hi all, sorry for the late follow-up, but do you happen to know what k8s cluster you were running on when you hit these errors? @dotellie @gaetansnl
👋 hey folks! Tilt now has a built-in `docker prune`-er. By default. the docker pruner runs once after startup (as soon as all of your pending builds are done) and...
Yeah, we're already thinking of ways for long-lived configurations to interact with command line flags (so, e.g., you could EITHER set `--rm` as a default somewhere in a config file,...
Can/should this ticket absorb #1818?
Thanks for the feature request! The use case is definitely compelling, the problem is that it doesn't jive with how Tiltfile evaluation currently works. Right now, we evaluate the whole...
The alternative, of course, being using [`local()`](https://docs.tilt.dev/api.html#api.local) instead of `local_resource` to run the script. I wouldn't recommend this if your script takes a particularly long time to run (b/c the...
Update here: I thought to write function that would parse yaml and grab the resource name before sending it along to `k8s_yaml`, but uh, it turns out our logic to...
Ah whoops, @epotex fair enough. ~Are you currently blocked on this?~ (never mind, just saw your reply in #tilt)
Hey @epotex, taking a closer look at this: I understand that you want your `.git` directory in the Docker image built by Tilt, but do you also want Tilt to...
(It'd also be useful to see your Dockerfile/what operations you're doing on the `.git` directory/what `git` calls you're making, if you don't know the specific files you need -- we...