Skip to content
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

Improvement for k8s.io/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro/ #48555

Open
skynavga opened this issue Oct 27, 2024 · 2 comments
Labels
needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.

Comments

@skynavga
Copy link

This tutorial uses a container that requires the AMD64 architecture. If you are using minikube on a computer with a different CPU architecture, you could try using minikube with a driver that can emulate AMD64. For example, the Docker Desktop driver can do this.

Provide a tutorial app for aarch64 (ARM64), not just one for AMD64. Alternatively, provide help or a link on how to use the Docker Desktop driver to emulate AMD64.

@k8s-ci-robot k8s-ci-robot added the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Oct 27, 2024
@k8s-ci-robot
Copy link
Contributor

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 triage/accepted label.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

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-sigs/prow repository.

@skynavga
Copy link
Author

I was able to get the AMD64 image to work on MacOS 15 with Docker Desktop 4.34.3 by using:

brew install qemu
docker run --rm --privileged tonistiigi/binfmt --install all

It would still be nice if the documentation included more details about AMD64 emulation enablement. After all, this is supposed to be a tutorial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Projects
None yet
Development

No branches or pull requests

2 participants