6 ms·
It's implementation of cri plugin. > This should be part of the containerd distribution containerd is not the only CRI runtime out there.
by chupasaurus 11mo ago
It's implementation of cri plugin.
> This should be part of the containerd distribution
containerd is not the only CRI runtime out there.
- cmckn 11mo ago> It's implementation of cri plugin. Right, that’s the point. A user of the CRI should not have to care about this implementation detail. > containerd is not the only CRI runtime out there. Any CRI that needs a pause executable should come with one.
- chupasaurus 10mo ago> A user of the CRI should not have to care about this implementation detail. This detail is implemented by K8s, not a container runtime. User has to care about the source of it due to supply chain attacks, though. > Any CRI that needs a pause executable should come with one. Which would introduce a simultaneous update across different projects, which is a problem harder than a line of config.