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:
@@ -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
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
Reference in New Issue
Block a user