adamant-kite-43734
12/14/2022, 11:25 PMquick-keyboard-83126
12/14/2022, 11:25 PMfast-garage-66093
12/15/2022, 2:28 AM--platform linux/amd64
in your docker/nerdctl run commandfast-garage-66093
12/15/2022, 2:31 AMkubelet
will only run images of the same architecture as itself. I have some ideas on running a second k8s node with a different architecture in a container, but not sure if/when we would get around to looking at this idea. Probably not until after adding support for Virtualization Framework and Rosetta2, which should become an options in the next quarter.quick-keyboard-83126
12/15/2022, 2:33 AMfast-garage-66093
12/15/2022, 2:39 AM$ uname -a
Darwin studio 22.2.0 Darwin Kernel Version 22.2.0: Fri Nov 11 02:03:51 PST 2022; root:xnu-8792.61.2~4/RELEASE_ARM64_T6000 arm64
$ docker run --platform linux/arm64 busybox uname -a
Unable to find image 'busybox:latest' locally
latest: Pulling from library/busybox
b2bcf7a3443b: Pull complete
Digest: sha256:3b3128d9df6bbbcc92e2358e596c9fbd722a437a62bafbc51607970e9e3b8869
Status: Downloaded newer image for busybox:latest
Linux c3763bbf1eb5 5.15.78-0-virt #1-Alpine SMP Fri, 11 Nov 2022 10:19:45 +0000 aarch64 GNU/Linux
$ docker run --platform linux/amd64 busybox uname -a
Unable to find image 'busybox:latest' locally
latest: Pulling from library/busybox
45a0cdc5c8d3: Pull complete
Digest: sha256:3b3128d9df6bbbcc92e2358e596c9fbd722a437a62bafbc51607970e9e3b8869
Status: Downloaded newer image for busybox:latest
Linux cb52a5429efe 5.15.78-0-virt #1-Alpine SMP Fri, 11 Nov 2022 10:19:45 +0000 x86_64 GNU/Linux
quick-keyboard-83126
12/15/2022, 2:39 AMfast-garage-66093
12/15/2022, 2:40 AMamd64
image simply doesn't run with qemu-static-x86_64
emulation, but if it does, then this is the way to request themquick-keyboard-83126
12/15/2022, 2:41 AMquick-keyboard-83126
12/15/2022, 4:23 PM@sha
notation confusing docker
`it has something to do with gcr and having two images for the samequick-keyboard-83126
12/15/2022, 4:24 PMquick-keyboard-83126
12/15/2022, 4:29 PMfast-garage-66093
12/16/2022, 12:37 AMquick-keyboard-83126
12/19/2022, 3:33 PM