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

Call out in docs which minikube drivers support Apple Silicon #13572

Closed
danielhelfand opened this issue Feb 7, 2022 · 10 comments
Closed

Call out in docs which minikube drivers support Apple Silicon #13572

danielhelfand opened this issue Feb 7, 2022 · 10 comments
Labels
kind/documentation Categorizes issue or PR as related to documentation. lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. os/macos priority/backlog Higher priority than priority/awaiting-more-evidence.

Comments

@danielhelfand
Copy link
Contributor

danielhelfand commented Feb 7, 2022

What Happened?

I was attempting to run minikube without using Docker on an m1 mac. I eventually gave up and ended up using Docker as it seems the other options really don't support Apple silicon yet. I am assuming that Docker is the only real option at this point. All the others mentioned (i.e. VirtualBox, hyperkit/podman, vmware, parallels) do not seem to work at this point.

It's pretty well documented in GitHub issues that m1 support is still a WIP, but calling out in the drivers doc about m1 support/updating over time might help users with the situation.

Attach the log file

N/A

Operating System

macOS (Default)

Driver

No response

@danielhelfand
Copy link
Contributor Author

Happy to pick this up if all the details above look right.

@afbjorklund
Copy link
Collaborator

afbjorklund commented Feb 7, 2022

Both vmware and parallels are supposed to work, but you also need an ISO that supports arm64.

They are also proprietary, so you end up with like $200 or $100 (compared with the $60 or so for Docker)

However, hyperkit will not work so we need to resurrect the "qemu" driver and use that instead...

Another option would be to use Lima, which will use ubuntu and containerd to run kubeadm: k8s.yaml


brew install lima

limactl start https://raw.githubusercontent.com/lima-vm/lima/master/examples/k8s.yaml

@afbjorklund afbjorklund added kind/documentation Categorizes issue or PR as related to documentation. os/macos labels Feb 7, 2022
@afbjorklund
Copy link
Collaborator

Docker is still the "preferred" driver and "default" runtime.

@danielhelfand
Copy link
Contributor Author

@afbjorklund Appreciate you filling me in on the state of things. Let me try to distill some of this information into some minor doc edits.

@afbjorklund
Copy link
Collaborator

afbjorklund commented Feb 7, 2022

Not sure about Podman support, maybe revisit once Podman Desktop 4.0.0 is out and once it has been tested ?

As far as I know now, it will not feature Kubernetes (like Docker Desktop or Rancher Desktop) - you need CRC.

@afbjorklund
Copy link
Collaborator

Users are supposed to be able to find out their OS ("Darwin") and Arch ("aarch64"), in order to install binaries.

It would be nice if we used similiar wording here, even though it is fine to call it macOS and arm64 of course.

"Apple silicon" this, "Intel silicon" that.

Preferrably, both would be invisible.

@spowelljr spowelljr added the priority/backlog Higher priority than priority/awaiting-more-evidence. label Feb 16, 2022
@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label May 17, 2022
@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Jun 16, 2022
@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Reopen this issue or PR with /reopen
  • Mark this issue or PR as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/close

@k8s-ci-robot
Copy link
Contributor

@k8s-triage-robot: Closing this issue.

In response to this:

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Reopen this issue or PR with /reopen
  • Mark this issue or PR as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/close

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/documentation Categorizes issue or PR as related to documentation. lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. os/macos priority/backlog Higher priority than priority/awaiting-more-evidence.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants