-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
support for non-x86 ? #6871
Comments
Yes. https://github.com/coreos/etcd/blob/master/Documentation/op-guide/supported-platform.md I know people are working on arm64 and ppc64le |
Should it be marked as unsupported then? xref: https://bugzilla.redhat.com/show_bug.cgi?id=1396463 |
@timothysc We only mark supported since we only support amd64, all others are unsupported. Once we support the majority, we will do the opposite... |
It seems the questions is addressed. I am closing this out. Reopen if you have any followup questions. |
Error log in ppc64le. golang is currently supported on ppc64le. so I think we should strict/limited support x86/amd64 only. I strongly suggest that we should enable other platform to embrace the CoreOS eco-system. Now we're testing the CoreOS@ppc64le platform. core@CoreOS ~ $ cat /etc/os-release Attached the ppc64le log in the following. Jan 06 19:10:40 CoreOS systemd[1]: etcd2.service: Service hold-off time over, scheduling restart.
|
@houstar set the environment variable ETCD_UNSUPPORTED_ARCH=ppc64le. This flag won't go away until there's ppc64le CI; the platform is not well tested and so running etcd is risky. See https://github.com/coreos/etcd/blob/master/Documentation/op-guide/supported-platform.md#supporting-a-new-platform |
Thanks @heyitsanthony, so i'll take the responsibility of testing etcd on ppc64le. Once is stable enough. then i'll inform here ;-0 |
Allow support for non-x86 arches where golang is supported.
Do you have any official policy on this?
The text was updated successfully, but these errors were encountered: