Skip to content

Commit 3c18543

Browse files
NiccoloFeimnencia
authored andcommitted
fix: point to community edition documentation
Signed-off-by: Niccolò Fei <[email protected]>
1 parent 87a9b75 commit 3c18543

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

web/docs/object_stores.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -387,17 +387,21 @@ write permissions to the bucket.
387387
## MinIO Object Store
388388

389389
In 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
395395
will create these services:
396396
- `<tenant>-console` on port 9090 (with autocert) or 9443 (without autocert)
397397
- `<tenant>-hl` on port 9000
398398
Where `<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
402406
apiVersion: minio.min.io/v2
403407
kind: Tenant

0 commit comments

Comments
 (0)