Nick Santos

Results 278 comments of Nick Santos

(I wanted to use this package to leverage kind for integration tests on Docker Desktop itself)

the test failure might be revealing an existing bug in the cleanup script? currently it always runs `kind delete`, even if the action has `install_only` set to true. arguably, if...

"exec format error" usually means you downloaded a binary for the wrong OS or architecture

ya, if the cluster itself advertises a registry, Tilt will always give highest precedence to that. But good news! It's just a config map in your cluster, so you can...

Hmmm...default_registry is typically used by teams where each person has their own personal registry that they have write access to. It's discussed here: https://docs.tilt.dev/personal_registry.html local-registry-hosting is typically for when the...

To be clear, ``` kubectl delete -n kube-public local-registry-hosting ``` is the official way to disable auto-detect. It will leave the registry running, but will tell all tools not to...

hmmmm....this is still reproducible for me, but i thought we fixed it i see a stack trace like: ``` /usr/local/go/src/net/http/client.go:590 github.com/docker/cli/vendor/github.com/docker/docker/client.(*Client).doRequest(0xc000258b40, 0xc000258b40?) /go/src/github.com/docker/cli/vendor/github.com/docker/docker/client/request.go:140 +0x7c fp=0xc00063f0b8 sp=0xc00063efd0 pc=0x5609e8a2a55c github.com/docker/cli/vendor/github.com/docker/docker/client.(*Client).Ping(0xc000258b40, {0x5609e9506940, 0x5609e9d51840})...

still digging into it, but i think there's multiple pings, and i think it's getting stuck on another one deep in the client code

i don't really understand why we continue trying to make additional client requests at all if the initial ping negotiation fails. like, if the ping fails, the protocol negotiation is...