1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00

Update docs for mc release 2022-10-01 (#643)

Closes #602

- Revises the note about mc support commands requiring SUBNET
registration
- Moves note to the top of each `mc support` subcommand page
This commit is contained in:
Daryl White
2022-11-16 16:03:57 -06:00
committed by GitHub
parent c2cffd0023
commit 422d0d915f
7 changed files with 31 additions and 29 deletions

View File

@ -1,16 +1,16 @@
.. start-minio-only
.. note::
.. admonition:: SUBNET Registration Required
:class: note
The ``mc support`` commands were designed for MinIO deployments registered with |subnet| to ensure optimal outcome of diagnostics and performance testing.
MinIO does not guarantee any functionality if used against non-MinIO deployments or if used independently of MinIO engineering and support.
The ``mc support`` commands are designed for MinIO deployments registered with |subnet| to ensure optimal outcome of diagnostics and performance testing.
Deployments not registered with SUBNET cannot use the ``mc support`` commands.
.. end-minio-only
.. start-support-logs-opt-in
Uploading logs requires registration to SUBNET.
The uploading feature remains disabled by default until explicitly enabled for a deployment on an opt-in only basis.
You can then disable the feature at any time with :mc-cmd:`mc support logs disable`.
If enabled, you can disable the feature at any time with :mc-cmd:`mc support logs disable`.
.. end-support-logs-opt-in