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

docs: update minikube drivers to call out apple silicon support #13574

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions site/content/en/docs/drivers/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ To do so, we use the [Docker Machine](https://github.com/docker/machine) library
* [VMware Fusion]({{<ref "vmware.md">}}) - VM
* [SSH]({{<ref "ssh.md">}}) - remote ssh

### macOS M1 (Silicon)

The following drivers support macOS M1 users:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In general, it would be better if this talked about CPU architectures (arm64) rather than CPU models.

There is nothing magic about Apple M1 (that wouldn't apply to M2), and the issue is the same on Linux.

I'm not sure if podman on mac works at all for minikube, but I guess it is "experimental" after all.

The CoreOS VM image is available as aarch64 (and x86_64), so it should be possible to test it at least.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In general, it would be better if this talked about CPU architectures (arm64) rather than CPU models.
There is nothing magic about Apple M1 (that wouldn't apply to M2), and the issue is the same on Linux.

In your mind, would it be better to have an arm64 for each os?

I'm not sure if podman on mac works at all for minikube, but I guess it is "experimental" after all.

I think it's fair to remove this. I could at least not personally get it working.

* Docker

You can also follow along with experimental driver options:
* [Podman]({{<ref "podman.md">}})

## Windows

* [Hyper-V]({{<ref "hyperv.md">}}) - VM (preferred)
Expand Down