-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c4cbe0c
commit fd4f9f9
Showing
7 changed files
with
24 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,25 @@ | ||
# Bento object store | ||
|
||
![Minio service logs querying](./img/minio_object_store.png) | ||
![MinIO service logs querying](./img/minio_object_store.png) | ||
|
||
## Configuration | ||
|
||
Enable minio by setting the feature flag in local.env | ||
Enable MinIO by setting the feature flag in local.env | ||
|
||
```bash | ||
BENTO_MINIO_ENABLED='true' | ||
``` | ||
|
||
After enabling the Minio feature flag for the first time, | ||
After enabling the MinIO feature flag for the first time, | ||
you must initialize the Docker networks, mounted directories and certs. | ||
```bash | ||
./bentoctl.bash init-certs -f | ||
./bentoctl.bash init-docker # new network for minio | ||
./bentoctl.bash init-docker # new network for MinIO | ||
./bentoctl.bash init-dirs | ||
``` | ||
|
||
Also set root user and password in local.env: | ||
BENTO_MINIO_ROOT_USER=root (default value, could be change) | ||
BENTO_MINIO_ROOT_PASSWORD=secure-password | ||
```bash | ||
BENTO_MINIO_ROOT_USER=root # (default value, could be change) | ||
BENTO_MINIO_ROOT_PASSWORD=secure-password | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters