1
0
mirror of https://github.com/minio/docs.git synced 2025-05-28 00:41:14 +03:00
docs/source/reference/kubectl-minio-plugin/kubectl-minio-tenant-info.rst
2022-06-15 13:34:04 -05:00

1.6 KiB

kubectl minio tenant info

minio

Table of Contents

kubectl minio tenant info

Description

Displays information on a MinIO Tenant, including but not limited to:

  • The total capacity of the Tenant
  • The version of MinIO server and MinIO Console running on the Tenant
  • The configuration of each Pool in the Tenant.

Syntax

EXAMPLE

The following example retrieves the information of the MinIO Tenant minio-tenant-1 in the namespace minio-namespace-1.

kubectl minio tenant info                          \
                     minio-tenant-1                \
                     --namespace minio-namespace-1 

SYNTAX

The command has the following syntax:

kubectl minio tenant info          \
                     TENANT_NAME   \
                     --namespace

Flags

The command supports the following flag:

--namespace

The namespace in which to look for the MinIO Tenant.

Defaults to minio.