-
Notifications
You must be signed in to change notification settings - Fork 1.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
Upgrade minio image version #3541
Upgrade minio image version #3541
Conversation
✅ Gradle Check success 72b9b8ec6bc85d5a961ad745cc6dee29144fa080 |
@lukas-vlcek CI's are good. Are you good to merge this change? |
@saratvemulapalli FYI: I will get back to this tomorrow. |
On top of that addressing MinIO warning: - setup ulimits - use of static console port - do not use deprecated argument names With regard to static ports this is related to a change MinIO introduced in RELEASE.2021-07-08T01-15-01Z where the console was embedded into the server itself. For more details visit: https://docs.min.io/minio/baremetal/console/minio-console.html We could let the port be assigned dynamically, however, when we set it statically it can give user an option to make use of the console web UI for MinIO troubleshooting (though I think the ports still need to be exported in this case). Closes opensearch-project#3539 Signed-off-by: Lukáš Vlček <[email protected]>
72b9b8e
to
7a0cb04
Compare
I pushed an update. It is ready for review :-) Still I am asking myself if it would be ok to switch to the LATEST image instead of fixed version. WDYT? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM. @saratvemulapalli want to have a final check and merge?
@reta I've dropped labels to backport to 2.0, 2.1 since they are already out. |
On top of that addressing MinIO warning: - setup ulimits - use of static console port - do not use deprecated argument names With regard to static ports this is related to a change MinIO introduced in RELEASE.2021-07-08T01-15-01Z where the console was embedded into the server itself. For more details visit: https://docs.min.io/minio/baremetal/console/minio-console.html We could let the port be assigned dynamically, however, when we set it statically it can give user an option to make use of the console web UI for MinIO troubleshooting (though I think the ports still need to be exported in this case). Closes #3539 Signed-off-by: Lukáš Vlček <[email protected]> (cherry picked from commit 9af3407)
On top of that addressing MinIO warning: - setup ulimits - use of static console port - do not use deprecated argument names With regard to static ports this is related to a change MinIO introduced in RELEASE.2021-07-08T01-15-01Z where the console was embedded into the server itself. For more details visit: https://docs.min.io/minio/baremetal/console/minio-console.html We could let the port be assigned dynamically, however, when we set it statically it can give user an option to make use of the console web UI for MinIO troubleshooting (though I think the ports still need to be exported in this case). Closes #3539 Signed-off-by: Lukáš Vlček <[email protected]> (cherry picked from commit 9af3407) Co-authored-by: Lukáš Vlček <[email protected]>
Signed-off-by: Lukáš Vlček [email protected]
Description
Upgrading minio image to new version (the previous one was 3 years old).
On top of that addressing MinIO warning:
With regard to static port this is related to a change MinIO introduced in RELEASE.2021-07-08T01-15-01Z where the console was embedded into the server itself. For more details visit: https://docs.min.io/minio/baremetal/console/minio-console.html
We could let the port be assigned dynamically, however, when we set it statically it can give user an option to make use of the console web UI for MinIO troubleshooting (though I think the ports still need to be exported in this case).
A minor note: the third service in docker-compose was using a bit different indentation - fixing it.
Issues Resolved
Closes #3539
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.