-
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
Add support for linux s390x #2880
Comments
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
salamani: The first step is confirming that minikube works on s390x. I don't have access to an s390 host, so can you confirm what minikube's working state is on the platform? I'd be curious what VM driver you are using. Due to our current resources, supporting s390x, or any non x86-64 platform, will need to come from the community. It will probably need to support a QEMU or some other x86-64 hypervisor, or perhaps ship an alternative set of ISO's. |
@tstromberg minikube working properly on s390x. Both the test and integration-none-driver are successful. Primary aim is to run minikube on s390x based machines. The only support would be for none driver, not looking forward to support any hypervisor. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/lifecycle stale |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: 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. |
/remove-lifecycle rotten |
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
FEATURE REQUEST
Please provide the following details:
Environment:
Linux s390x
Minikube version (use
minikube version
): v0.27.0OS (e.g. from /etc/os-release):
NAME="Ubuntu"
VERSION="16.04.4 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.4 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenial
VM Driver (e.g.
cat ~/.minikube/machines/minikube/config.json | grep DriverName
): noneISO version (e.g.
cat ~/.minikube/machines/minikube/config.json | grep -i ISO
orminikube ssh cat /etc/VERSION
): -Install tools:
Others:
The above can be generated in one go with the following commands (can be copied and pasted directly into your terminal):
What happened:
minikube-linux-s390x binary is not available.
What you expected to happen:
Add support to release minikube-linux-s390x binary for linux/s390x.
kubernetes and kubeadm has support for linux/s390x.
Willing to work and provide linux/s390x support for minikube.
Checked all testcases(./test.sh) and integration-non-driver. All are successful.
How to reproduce it (as minimally and precisely as possible):
Output of
minikube logs
(if applicable):Anything else do we need to know:
The text was updated successfully, but these errors were encountered: