Darren Shepherd

Results 80 comments of Darren Shepherd

This idea was that all the statements should be "create if not exists" allowing them to be created beforehand. What I don't think I thought about is that you will...

Thanks for the feedback. We plan to do a major update of this project to address these reliability issues.

This sounds interesting. Some things to consider first. Kine exposes an etcd style abstracted on (right now) SQL backends. Even though etcd is a key value store, it's actually hard...

@timthelion You might want to look in depth at runc. I'm guessing it will match your use case of subuser better. The biggest problem you will have is that you...

Right now I haven't pushed a multi-arch image for `rancher/k3c-data` which is pulled on first start.

Yes and no. For example. `docker run foo bar -it` and `docker logs asdf -f` have different expected behavior. In this project I tried using urfave 2. In urfave 1...

@alexellis Sorry that was the point I was making. In `docker run foo bar -i` the `-i` should not be treated as a flag. In `docker logs foo -f` you...

This is not the intended behavior. I think it's a side effect of how containerd-cri works. We should figure out what needs to change to do the proper thing. Possibly...

It doesn't fully work because iptables bridge filtering is not supported by the kernel. This will manifest itself easily by the fact that DNS is broken inside pods. Inside a...

Possibly there is an approach to use nftables instead of iptables. I haven't investigated that.