Nick Santos
Nick Santos
lemme poke sig-cluster-lifecycle to see if they'd agree to host it, since i worked with them on the original kep
ah, the sig-cluster-lifecycle folks reminded me that we discussed this during the KEP process and decided it would not be worthwhile to create a repo for this. it's even in...
No one's been able to come up with a repro case. tilt already confirms with the apiserver that the namespace exists before applying other resources, so it's not clear what...
I think you're misreading the docs. local_resource readiness checks apply to the serve_cmd, not the build cmd. The helm_repo function uses the build cmd. I didn't see anything in your...
You say you expected it to wait on resource_deps, but I don't see any resource_deps in the code snippet you posted?
I'm not 100% confident 'helm repos add' is concurrency safe. From your logs, it looks like two repo-adds (repos-add?) ran at the same time, but only one printed, which is...
ya, the ci doesn't have `compose` installed, working on it - https://github.com/tilt-dev/tilt-extensions/pull/553
i'll merge this and fix up the load logic to match the other ones async
ya, we'd accept a PR to convert it to python. that's what has ended up happening with a lot of tilt extensions. tilt also supports local(cmd_bat) for specifying a separate...
i usually use `mktemp` :grimacing: