Nick Santos
Nick Santos
Yes, this is what I would expect -- once tilt ci ends, all port-forwards are torn down, because there is no longer a local orchestrator to run them. Similarly, local_resource...
OK, here's the problem: - on MacOS, bazel-bin/path/to/binary symlinks to a file under /private/var/tmp - FSEvents reports the file changes as /private/var/tmp, even when the watch is targeting ./bazel-bin The...
Thanks for the report! For some reason, tilt is waiting to see your helm_resource deploy some pods, but i'm not 100% sure why it thinks that. For now, you can...
OK, I have a workaround for this that fixes the immediate problem, but isn't super satisfying. Here's an example bazel of "building up" a bazel project for live-update: https://github.com/tilt-dev/tilt-example-bazel If...
can you talk a little bit more about why you don't want to run tilt as an external binary? Tilt runs its own apiserver (https://github.com/tilt-dev/tilt-apiserver), so embedding it isn't quite...
what are you running vcluster on? my understanding of vcluster is that it delegates to the underlying container runtime, so most of the existing docs on choosing a cluster will...
ya, currently the best way to do this is in the script itself.
ya, lemme revive that pr and see if it helps. when we hooked up our kubernetes log ingester to a reconcilation loop, a lot of weird transient issues went away...
You can do this with helm_resource's flags param: https://github.com/tilt-dev/tilt-extensions/tree/master/helm_resource I'm fine leaving this issue open to add set_string to the old `helm()` built-in, but I think most people would be...
ahhh ya i thought we had a bug for this already but i can't find it right now. Starlark treats undefined variables as syntax errors rather than as runtime errors....