Adds missing info to docs for credentials and domain env. vars. (#6447)

* Adds missing information to documentation for credentials and domain environment variables for distributed minio server startup.
This commit is contained in:
ebozduman
2018-09-10 17:14:40 -07:00
committed by Dee Koder
parent 7571582000
commit fb4186f6b9
2 changed files with 7 additions and 1 deletions

View File

@@ -47,7 +47,12 @@ minio --config-dir ~/tenant3 server --address :9003 http://192.168.10.11/data/te
![Example-3](https://github.com/minio/minio/blob/master/docs/screenshots/Example-3.jpg?raw=true)
*Note*
Please remember that defining and exporting credential environment variables, `MINIO_ACCESS_KEY` and `MINIO_SECRET_KEY`, is **mandatory** on distributed deployments. It is also required to define and export domain environment variable, `MINIO_DOMAIN`, if domain information is needed to be set.
## Cloud Scale Deployment
For large scale multi-tenant Minio deployments, we recommend using one of the popular container orchestration platforms, e.g. Kubernetes, DC/OS or Docker Swarm. Refer [this document](https://docs.minio.io/docs/minio-deployment-quickstart-guide) to get started with Minio on orchestration platforms.