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

Minio multinode deployment does not work properly when deploying nodes using different architectures (arm64 and amd64) #137

Closed
ricsanfre opened this issue Jul 3, 2023 · 1 comment · Fixed by #138

Comments

@ricsanfre
Copy link
Owner

Minio multi-node, multi-drive configuration: (3 replicas, 1 drive per replica) is not working when deployed on heterogeneous nodes (arm64 and amd64). Mismatch node configurationis detected.

The following errors in minio appears:

Following servers have mismatching configuration [http://minio-0.minio-svc.minio.svc.cluster.local:9000/export has incorrect configuration: Expected platform 'OS: linux | Arch: amd64', found to be on 'OS: linux | Arch: arm64' http://minio-1.minio-svc.minio.svc.cluster.local:9000/export has incorrect configuration: Expected platform 'OS: linux | Arch: amd64', found to be on 'OS: linux | Arch: arm64']
@ricsanfre
Copy link
Owner Author

Need to add affinity rules to minio deployment so same architecture of nodes is used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant