Olli Janatuinen

Results 309 comments of Olli Janatuinen

FYI, this is included unofficial [v0.9.5-beta1](https://github.com/hashistack4u/nomad-driver-containerd/releases/tag/v0.9.5-beta1) in case someone is interested.

@blib Are you sure that https://github.com/moby/swarmkit/pull/3181 fixes this issue? As far I see issue still exists in version 27.4.0-rc.2 even when https://github.com/moby/moby/pull/48687 included your change to it. Latest known good...

> I think there's a missing compatbility layer between plugingetter.PluginAddr and plugin.AddrPlugin Sounds reasonable explanation to me. Ping @corhere in case you still remember https://github.com/moby/swarmkit/commit/efe042779e7d87d9765cbd6a6799449197cd5cc2 ? PS. Also it would...

> I presume that Enterprise Swarm does not have this problem... 😏 Yes, latest Mirantis Container Runtime seems to be [25.0.10](https://docs.mirantis.com/mcr/25.0/release-notes.html) which should same what you get when building binaries...

> I think there's a missing compatbility layer between `plugingetter.PluginAddr` and `plugin.AddrPlugin` @florian-forestier As far I was able to track, it is https://github.com/moby/moby/blob/master/daemon/cluster/convert/pluginadapter.go which should act as compatibility layer but...

Current status looks to be that @allencloud have created PR docker/swarmkit#2062 about 1,5 years ago but it was not ever updated based on review so it was not merged and...

@custom20s honestly if you really need this feature then you should implement it. On nowadays DevOps world coding skill is coming more and more critical for Ops too and those...

I'm bit surprised because there is a lot of test cases around of this. I can help to fix it but would be good if someone who is more familiar...

I ended up here as searched about k3s + rooless stuff so FYI that there is already PR open to upstream rootless patches https://github.com/kubernetes/kubernetes/pull/92863

@beornf New test case for this would nice as CSI logic is still quite new which bugs like this exist. You can find examples from my PRs #3116 and #3123