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
What happened:
I want to run kube-state-metrics v2.2.3 on the arm64 node. I have downloaded the image k8s.gcr.io/kube-state-metrics/kube-state-metrics-arm64:v2.2.3.
But when I did docker inspect it showed the architecture is still amd64 and my Kubernetes arm node is not able to run this image :
What you expected to happen:
architecture is correctly specified for the image
How to reproduce it (as minimally and precisely as possible):
download image k8s.gcr.io/kube-state-metrics/kube-state-metrics-arm64:v2.2.3 and execute docker inspect
Anything else we need to know?:
Environment:
kube-state-metrics version: v2.2.3
Kubernetes version (use kubectl version):
Cloud provider or hardware configuration:
Other info:
The text was updated successfully, but these errors were encountered:
What happened:
I want to run kube-state-metrics v2.2.3 on the arm64 node. I have downloaded the image k8s.gcr.io/kube-state-metrics/kube-state-metrics-arm64:v2.2.3.
But when I did docker inspect it showed the architecture is still amd64 and my Kubernetes arm node is not able to run this image :
What you expected to happen:
architecture is correctly specified for the image
How to reproduce it (as minimally and precisely as possible):
download image k8s.gcr.io/kube-state-metrics/kube-state-metrics-arm64:v2.2.3 and execute docker inspect
Anything else we need to know?:
Environment:
kubectl version
):The text was updated successfully, but these errors were encountered: