Nick Santos

Results 399 comments of Nick Santos

:thinking: hmmmm not sure. i guess it's not a particularly heavyweight dependency. And it would make other parts of ctlptl simpler, because then we'd only have to support one version...

ya - `listdir` was added very early on and has a bunch of semantics that made sense at the time, but are very different from python's `os.listdir`. I wonder if...

Hmmm...I tried this with my own EKS cluster, and was not able to repro. I went through all the changes between 0.33.8 and 0.33.9 and didn't see any changes that...

can you post the output of: ``` kubectl get -v=6 --raw /version ``` ?

hmmm...sorry to hear you're having trouble. most teams who use Tilt use it deploy Services like the one in your report. I do it every day. i tried to repro...

Thanks for reporting! We have a fix in progress. Right now, if you need to work around this, you should be able to open "~/Library/Group Containers/group.com.docker/settings.json" and add `"useGrpcfuse": false`...

For what it's worth - all config maps are expected to go in uncategorized. But typically tilt will apply uncategorized before other resources. Will need to poke around at why...

ah, i looked at your sample code, and this is working like i'd expect. you've disabled all the resources, so the configmap can't be found. see my above comment.

ok, going to reframe this as a feature request to make configmaps group with the pod they're attached to

thanks for the request! my hand-wavey understanding of the underlying OCI spec is that a lot of things assume the container is immutable once you've started it. cf https://github.com/opencontainers/runtime-spec/blob/main/runtime.md >...