Nick Santos
Nick Santos
does it work if you do: ``` rendered_values = os.path.realpath(os.path.dirname(os.getenv("TMPDIR")) + '/rendered-values.yaml') ``` ? note the `realpath` wrapper my hunch is that this is an artifact of how: - macos...
ya, we'd accept a pr to propagate allow duplicates to install_crds as for why it works on macos -- my guess is that you've got a different version of grep...
thanks for the report! i talked to the compose team about this. the problem is that there's a bunch of subtle order of operations / circular dependency problems in how...
The stack trace is the same one that I get in this repro case: https://github.com/docker/for-mac/issues/6530#issuecomment-1334404449 But we haven't been able to boil it down to a smaller repro case yet....
Hmmm... What does `helm version` show?
(deleted a previous comment, i misunderstood something about the bug report) hmmm...i can reproduce this in https://app.circleci.com/pipelines/github/tilt-dev/tilt-extensions/1504/workflows/1e98f416-7181-4bcc-b789-cf8d0b18f32c/jobs/3578, though not sure what's going on. - exit status 137 usually means some...
ya, i think this is just tilt assuming the process got stuck and killing the process. we should have a more graceful shutdown, but for now, you can do something...
FWIW, there's work actively under way to switch Docker's image store to use containerd, though it's still in beta - https://www.docker.com/blog/extending-docker-integration-with-containerd/ Docker has talked a little bit about how we...
Re: local-registry-hosting configmap - There's a reference implementation here: https://github.com/tilt-dev/localregistry-go But in practice, I think almost every implementor copied and pasted the spec code 😂 https://github.com/k3d-io/k3d/blob/1afe36033dc7f28479ce3de1e3c3c3efba772e6e/pkg/types/k8s/registry.go#L47
ya, both the code in k8s/enhancements and in tilt-dev/localregistry-go should be licensed under apache2, so i don't see any IP reason why it can't live in k8s-sigs. i don't know...