evol262
evol262
This may be a little oversimplified. The behavior _probably_ doesn't differ, but does your "real" connection string specify a `Connection Timeout` or `Connection Lifetime` ? I also would have expected...
It's concerting that connections are being "forgotten". Connection pools have been best practice in pretty much all DB drivers for a long time, and I'd definitely expect the DB driver...
> Looks like your commit is missing a DCO sign-off line; I kicked CI to skip the check (to have an initial run of CI); from that run, there's some...
> I proposed doing this for 1.24 and got voted down. cri-dockerd also turned out to have a bunch of performance issues related to pulling stats that we had to...
> > better defaults so --network-plugin=cni isn't needed anymore (since CNI is the default in 1.24, basically) > > At least on the [version](https://github.com/k3s-io/cri-dockerd/commits/bcbb75d5abff2ef6139ea7e41e0b090771492fd3) of cri-dockerd we're about to ship,...
> As we're on this topic, thought I'd sneak in a question related to supporting alternative runtimes. > > I saw this article https://opni.io/v0.4/setup/gpu/#rke and it confirmed my fears that...
We'd love to support this. It is, obviously, dependent on support in moby/docker itself, but I'll see if we can help them out at all.
The docker/moby release process got a little hung up around 22.06, which they're sorting through. @neersighted or @corhere, we briefly discussed this what feels like a long time ago now,...
I wondered more about how the user interface around it may be structured as something which could potentially take a while to sort out, but that detail is less important...
@neersighted @corhere ^^ Technically simple! But userns remapping in Moby is still pretty limited for the time being. How difficult would this be to expand?