File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -387,17 +387,21 @@ write permissions to the bucket.
387387# # MinIO Object Store
388388
389389In order to use the Tenant resource you first need to deploy the
390- [MinIO operator](https://min.io/docs /minio/kubernetes/upstream/ operations/installation.html).
391- For the latest documentation on MinIO, please refer to the
392- [MinIO official documentation](https://docs.min.io/).
390+ [MinIO operator](https://docs. min.io/community /minio-object-store/ operations/deployments /installation.html).
391+ For the latest documentation of MinIO, please refer to the
392+ [MinIO official documentation](https://docs.min.io/community/minio-object-store/ ).
393393
394- MinIO Object Store's API is compatible with S3, the default configuration of the tenant
394+ MinIO Object Store's API is compatible with S3, and the default configuration of the Tenant
395395will create these services :
396396- ` <tenant>-console` on port 9090 (with autocert) or 9443 (without autocert)
397397- ` <tenant>-hl` on port 9000
398398Where `<tenant>` is the `metadata.name` you assigned to your Tenant resource.
399399
400- For example the following tenant :
400+ :::note
401+ The `<tenant>-console` service will only be available if you have enabled the
402+ [MinIO Console](https://docs.min.io/community/minio-object-store/administration/minio-console.html).
403+
404+ For example, the following Tenant :
401405` ` ` yml
402406apiVersion: minio.min.io/v2
403407kind: Tenant
You can’t perform that action at this time.
0 commit comments