You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
k8s.gcr.io/pause docker image is not available for arm based distribution
as i see in my log
on arm64 also it is pulling amd64 image docker inspect [k8s.gcr.io/pause](http://k8s.gcr.io/pause) | grep Architecture "Architecture": "amd64",
if anyone have tried and working please help us on this
The text was updated successfully, but these errors were encountered:
alkama-hasan
changed the title
k8s.gcr.io/pause:latest is not present for arm
k8s.gcr.io/pause:latest is not available for arm
Nov 7, 2024
we have successfully build for arm. if it does not support for arm what possible changes is needed for arm support? regarding this pause container i got a fix using
registry/pause docker image which is avaible for arm
k8s.gcr.io/pause docker image is not available for arm based distribution
as i see in my log
on arm64 also it is pulling amd64 image
docker inspect [k8s.gcr.io/pause](http://k8s.gcr.io/pause) | grep Architecture "Architecture": "amd64",
if anyone have tried and working please help us on this
The text was updated successfully, but these errors were encountered: