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

NAS-114116 / 13.0 / Make minio console port configurable #8082

Merged
merged 1 commit into from Jan 4, 2022

Conversation

Qubad786
Copy link
Contributor

@Qubad786 Qubad786 commented Jan 3, 2022

MinIO by default selects a random port for the MinIO Console on each server startup. Browser clients accessing the MinIO Server are automatically redirected to the MinIO Console on its dynamically selected port. This behavior emulates the legacy web browser behavior while reducing the the risk of a port collision on systems which were running MinIO before the embedded Console update.

You can select an explicit static port by passing the minio server --console-address commandline option when starting each MinIO Server in the deployment.

ref: https://docs.min.io/minio/baremetal/console/minio-console.html#static-vs-dynamic-port-assignment

@Qubad786 Qubad786 added the jira label Jan 3, 2022
@bugclerk bugclerk changed the title Make minio console port configurable NAS-114116 / 13.0 / Make minio console port configurable Jan 3, 2022
@bugclerk
Copy link
Contributor

bugclerk commented Jan 3, 2022

@Qubad786
Copy link
Contributor Author

Qubad786 commented Jan 3, 2022

That'd be backported to 12.0-stable and I'll be cherry-picking + fix into master as well.

@Qubad786 Qubad786 requested a review from a team January 3, 2022 13:24
@rick-mesta rick-mesta merged commit 5f9287f into truenas/13.0-stable Jan 4, 2022
@rick-mesta rick-mesta deleted the mrehan/minio-static-console-port branch January 4, 2022 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants