Nick Santos

Results 278 comments of Nick Santos

This becomes a bigger issue when you're using a local registry set up by ctlptl, because those images never get cleaned up :\

re: "I'm wondering if perhaps the FAQ entry is outdated" - the minikube team completely broke insecure registries in v1.26 - https://github.com/kubernetes/minikube/issues/14480 . This is very recent. I've been telling...

The `Container Runtime: read-failure` is suspicious. That usually means that your cluster admin is denying you permission to read info about the cluster nodes (which includes both container runtime and...

But yeah, setting the platform manually is the best workaround if your admin is denying permission to read the arch off the cluster.

this is more of a "question in the form of a PR". I don't really understand why these cobra Command implementations forked the upstream implementations - I didn't see anything...

maybe try upgrading the docker cli? i usually see this warning - https://github.com/docker/cli/blob/master/cli/command/context/use.go#L52

i think you're getting sent down https://github.com/docker/compose-cli/blob/main/cli/cmd/context/use.go#L17, compose-cli's fork of the context commands.It doesn't have the nice warnings that docker/cli does. let me go complain to them about how to...

Hmmm...does it work if you install Python 3.6 or higher? My understanding is that on Windows, the Python community is encouraging everyone to use the 'py' launcher for portability. See:...

i can speak a bit to the use-cases if it's helpful. there's typically two problems around the buffer size. - the user wants to watch an output directory for build...

Tilt defaults it to 64K. If you overflow, we tell you "hey, you overflowed, set this env variable to X to increase the buffer", and suggest a bigger value for...