-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Multiple platform support #5
Comments
We could create a libmachine driver for qemu/libvirt to run ARM VMs on non-arm hosts. Some work on this was already done here: |
I didn't mean we should provide a VM for So for For |
This isn't for the 0.1 release, but the release after. Therefore marking as P2 |
Is there anything you want to do here for 0.2.0? I'm hoping to cut it tomorrow. |
No, feel free to move it to v0.3. Right now I'm writing a multiarch proposal (will cc you), which should be in before v1.3, so I haven't time to fix this before tomorrow.
|
OK, I've too much to do atm... |
Merge latest upstream changes
readme: use correct repository for building minikube-iso
As we decided to go the VM route fully for minikube (no dockerized mode etc.), we can effectively only have it on amd64, which is ok kubeadm supports other platforms instead, check that out! (Also ref the multiarch doc: https://github.com/kubernetes/kubernetes/blob/master/docs/proposals/multi-platform.md) |
# This is the 1st commit message: Fix doc comment version.gitCommitID doc # This is the commit message kubernetes#2: Add hyperkit doc # This is the commit message kubernetes#3: Add commit id to docker-machine-driver-kvm2 version # This is the commit message kubernetes#4: removed label selector for registry-proxy daemonset # This is the commit message kubernetes#5: Add support to custom qemu uri on kvm2 driver # This is the commit message kubernetes#6: Improve hyperkit vm stop # This is the commit message kubernetes#7: Make virtualbox DNS settings configurable # This is the commit message kubernetes#8: added integration tests for registry addon
# This is the 1st commit message: organize integration tests files by type # This is the commit message #2: Adding separate profile for each kind of test # This is the commit message #3: Adding clean up to delete newly added TestVms # This is the commit message #4: goimport # This is the commit message #5: making them run in parallel
Server platforms for
linux/amd64
,linux/arm
,linux/arm64
,linux/ppc64le
Client platforms for
windows/amd64
,darwin/amd64
+ the above@dlorenc @vishh
The text was updated successfully, but these errors were encountered: