tried to do some debugging on the AKS node, but am not able to get any more information while trying to pull the image from quay…:
root@aks-node-189112344-vmss002223:/# crictl --debug pull quay.io/pulp/galaxy:stable
DEBU[0000] get image connection
DEBU[0000] PullImageRequest: &PullImageRequest{Image:&ImageSpec{Image:quay.io/pulp/galaxy:stable,Annotations:map[string]string{},},Auth:nil,SandboxConfig:nil,}
E1111 07:43:27.960158 43523 remote_image.go:242] "PullImage from image service failed" err="rpc error: code = Unknown desc = failed to pull and unpack image \"quay.io/pulp/galaxy:stable\": failed to extract layer sha256:db4e88ec5915e6d2ca0aaab9198f8dc4e2eb40285da4d9e751f853cef1315964: operation not permitted: unknown" image="quay.io/pulp/galaxy:stable"
FATA[0030] pulling image: rpc error: code = Unknown desc = failed to pull and unpack image "quay.io/pulp/galaxy:stable": failed to extract layer sha256:db4e88ec5915e6d2ca0aaab9198f8dc4e2eb40285da4d9e751f853cef1315964: operation not permitted: unknown
root@aks-node-189112344-vmss002223:/# crictl --debug pull quay.io/pulp/pulp:stable
DEBU[0000] get image connection
DEBU[0000] PullImageRequest: &PullImageRequest{Image:&ImageSpec{Image:quay.io/pulp/pulp:stable,Annotations:map[string]string{},},Auth:nil,SandboxConfig:nil,}
E1111 07:44:03.759315 44529 remote_image.go:242] "PullImage from image service failed" err="rpc error: code = Unknown desc = failed to pull and unpack image \"quay.io/pulp/pulp:stable\": failed to extract layer sha256:a3b8450d21451a6808b1f3ca7390772b12554abfb223273830ce6ca1e19b1fb1: operation not permitted: unknown" image="quay.io/pulp/pulp:stable"
FATA[0027] pulling image: rpc error: code = Unknown desc = failed to pull and unpack image "quay.io/pulp/pulp:stable": failed to extract layer sha256:a3b8450d21451a6808b1f3ca7390772b12554abfb223273830ce6ca1e19b1fb1: operation not permitted: unknown
Not sure if it is AKS related or something with the images, cause it only occurs on these galaxy / pulp (minimal) images…
made an issue at the repo of AKS: https://github.com/Azure/AKS/issues/3330
probably related to: https://github.com/containerd/containerd/pull/7094 as of Microsoft custom containerd (containerd://1.6.4+azure-4)