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-report.rst
2022-06-15 13:34:04 -05:00

1.8 KiB

kubectl minio tenant report

minio

Table of Contents

kubectl minio tenant report

Description

Saves pod logs from the MinIO Tenant and its associated resources.

The logs output to a zip archive file.

When unzipped, the contents include three files for each pool:

  • JSON formatted file listing events
  • JSON formatted file listing the status
  • Human readable log file

The folder also contains the yaml file for the tenant in TENANT_NAME.yaml

Syntax

EXAMPLE

The following example creates a MinIO Tenant in the namespace minio-tenant-1 consisting of 4 MinIO servers with 8 drives each and a total capacity of 32Ti.

kubectl minio tenant report                        \
                     TENANT1                       \
                     --namespace minio-namespace

SYNTAX

The command has the following syntax:

kubectl minio tenant report      \
                     TENANT_NAME \
                     --namespace

Flags

The command supports the following flags:

TENANT_NAME

The name of the MinIO tenant to expand.

--namespace

The namespace in which to look for the MinIO Tenant.