-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Using kubectl to Create a Deployment" tutorial doesn't work on ARM64 architecture #44379
Comments
This issue is currently awaiting triage. SIG Docs takes a lead on issue triage for this website, but any Kubernetes member can accept issues by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
used this image for now and it's working as I'm on a ARM64 host: https://hub.docker.com/r/baniyuga/kubernetes-bootcamp |
@FiredPhoenixIR Could please confirm the you are following the tutorial documentation in the webpage https://kubernetes.io/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro/? It would be nice to mention the page in the issue description (here). |
/retitle "Using kubectl to Create a Deployment" tutorial doesn't work on ARM64 architecture /language en |
This is a duplicate of #44271 |
I tried on Architecture: x86_64 |
Yes, it also working fine x86_64 |
/triage duplicate |
Original issue is now fixed |
@aj11anuj: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Following instructions in https://kubernetes.io/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro/
kubectl create deployment kubernetes-bootcamp --image=gcr.io/google-samples/kubernetes-bootcamp:v1
kubectl logs kubernetes-bootcamp-f95c5b745-l2422 :
exec /bin/sh: exec format error
describe pod:
Warning BackOff 76s (x10 over 3m17s) kubelet Back-off restarting failed container kubernetes-bootcamp in pod kubernetes-bootcamp-879b87896-tgg2t_default(5d4f303b-072a-4660-bfe5-c2998fb5dea4)
The text was updated successfully, but these errors were encountered: