Cesar Talledo
Cesar Talledo
Hi @Teachh, great to hear you got it to work by installing CRI-O + Sysbox on the K3s node. I'll take a closer look to see how you did it....
Thanks @Teachh, I took a look at the Ansible playbooks. Question: where is it that you configure the Kubelet to use CRI-O?
I see it, thanks for sharing @Teachh!
/remove-lifecycle stale
Took a crack at fixing this. Moby PR: https://github.com/moby/moby/pull/50166 CLI PR: https://github.com/docker/cli/pull/6126
While investigating this issue, I found out that an image save will fail if the host platform image variant is not present locally. For example, on a `linux/amd64` host, if...
Hi @vvoland, @thaJeztah, I wonder if the premise of this issue is correct. I think if a user pulls an image for a specific platform and then runs it, the...
> Effectively 2. and 3. are the same; the image is missing. I may have other variants of the multi-platform present, but the image I requested (native) is missing. The...
Thanks @vvoland and @thaJeztah. > For a single-platform-multi-arch image, it's slightly more controversial; the image itself is non-ambiguous (no choices to be made), but maybe we should be strict as...
Took a crack at fixing this issue in [PR 50678](https://github.com/moby/moby/pull/50678). With this PR, docker now pulls the image variant matching the host platform (even if another variant is present locally):...