Documentation

kubectl minio tenant list

Description

Command Requires MinIO Operator

Use the following command to validate that the operator is online and available prior to running this command:

kubectl get deployments -A --field-selector metadata.name=minio-operator

Issue the kubectl minio init command to initiate the operator if it is not already running in the Kubernetes cluster.

Displays a list of all of the tenants managed by the MinIO Operator.

The output includes information for each tenant similar to the following:

  • Tenant name

  • Tenant’s namespace

  • Total capacity

  • Current status

  • MinIO version

Syntax

The command has the following syntax:

kubectl minio tenant list