diff --git a/support/azure/azure-kubernetes/extensions/cannot-pull-image-from-acr-to-aks-cluster.md b/support/azure/azure-kubernetes/extensions/cannot-pull-image-from-acr-to-aks-cluster.md index 08870f2d54..218cd3a9e3 100644 --- a/support/azure/azure-kubernetes/extensions/cannot-pull-image-from-acr-to-aks-cluster.md +++ b/support/azure/azure-kubernetes/extensions/cannot-pull-image-from-acr-to-aks-cluster.md @@ -294,6 +294,10 @@ The host operating system (node OS) is incompatible with the image that's used f >   desc = failed to pull and unpack image "\.azurecr.io/\": **no match for platform in manifest**: not found,\ > ] +And if you run ```azurecli az aks check-acr --resource-group --name --acr .azurecr.io``` +you will receive this Error: +>exec /canipull: exec format error + This error can occur for an image that's pulled from any source, as long as the image is incompatible with the host OS. The error isn't limited to images that are pulled from the container registry. ### Solution: Configure the nodeSelector field correctly in your pod or deployment