1
0
mirror of https://github.com/minio/docs.git synced 2025-08-08 01:43:18 +03:00
Files
docs/source/operations/deploy-manage-tenants.rst
Ravind Kumar 23253dd71c DOCS-1273: Operator 6.0.0 Deploy/Upgrade docs, removing Console references (#1284)
Addresses #1273 

# Summary

This pass does three things:

1. Updates all tutorials related to Operator/Tenant deployment for
Kustomize and Helm
2. Removes references to Operator Console + updates to reference
Kustomize/Helm wherever possible
3. Slightly tidies up old or dangling references

This pass does not do these things:

- Link out heavily to Kubernetes docs (for later)
- Clean up organization (singleplat build handles this)
- Addresses OpenShift, Rancher, etc.

---------

Co-authored-by: Andrea Longo <feorlen@users.noreply.github.com>
Co-authored-by: Allan Roger Reid <allanrogerreid@gmail.com>
Co-authored-by: Daryl White <53910321+djwfyi@users.noreply.github.com>
2024-08-01 15:51:39 -04:00

51 lines
1.5 KiB
ReStructuredText

.. _minio-installation:
===============================
Deploy and Manage MinIO Tenants
===============================
.. default-domain:: minio
.. contents:: Table of Contents
:local:
:depth: 1
The MinIO Kubernetes Operator supports deploying and managing MinIO Tenants onto your Kubernetes cluster through the Operator Console web interface.
The following tutorials provide steps for tenant management via the Operator Console and Kustomize:
.. list-table::
:stub-columns: 1
:widths: 40 60
:width: 100%
* - :ref:`minio-k8s-deploy-minio-tenant`
- Deploy a new MinIO Tenant onto the Kubernetes cluster.
* - :ref:`minio-k8s-modify-minio-tenant`
- Modify the configuration or topology settings of a MinIO Tenant.
* - :ref:`minio-k8s-upgrade-minio-tenant`
- Upgrade the MinIO Server version used by a MinIO Tenant.
* - :ref:`minio-k8s-expand-minio-tenant`
- Increase the available storage capacity of an existing MinIO Tenant.
* - :ref:`minio-k8s-delete-minio-tenant`
- Delete an existing MinIO Tenant.
* - :ref:`minio-site-replication-overview`
- Configure two or more MinIO Tenants as peers for MinIO Site Replication
.. toctree::
:titlesonly:
:hidden:
/operations/install-deploy-manage/deploy-minio-tenant
/operations/install-deploy-manage/modify-minio-tenant
/operations/install-deploy-manage/upgrade-minio-tenant
/operations/install-deploy-manage/expand-minio-tenant
/operations/install-deploy-manage/delete-minio-tenant
/operations/install-deploy-manage/multi-site-replication