1
0
mirror of https://github.com/minio/docs.git synced 2025-08-09 13:02:53 +03:00

Updates for two October releases (#1065)

- Adds additional flag for `mc admin trace`
- Adds info about supported secret types for k8s

Closes #1039 

For the `mc admin trace --stats` flag, also adding example output.

Closes #1045
This commit is contained in:
Daryl White
2023-11-15 11:58:16 -05:00
committed by GitHub
parent 1af11084ec
commit 09ce8edb48
3 changed files with 55 additions and 1 deletions

View File

@@ -207,6 +207,27 @@ Enabling TLS
You may also need to update URLs used by applications or clients.
.. cond:: k8s
Supported Secret Types
~~~~~~~~~~~~~~~~~~~~~~
MinIO supports three types of :kube-docs:`secrets in Kubernetes <concepts/configuration/secret/#secret-types>`.
#. ``opaque``
Using ``private.key`` and ``public.crt`` files.
#. ``tls``
Using ``tls.key`` and ``tls.crt`` files.
#. `cert-manager <https://cert-manager.io/>`__ 1.7.x or later
Running on Kubernetes 1.21 or later.
.. note::
For the best support of *tls* or *cert-manager* secrets, upgrade to Operator version 5.0.10 or later.
Multiple Domain-Based TLS Certificates
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~