1
0
mirror of https://github.com/minio/docs.git synced 2025-07-31 18:04:52 +03:00

Updating docs for changes with Operator 0.19.5 (#592)

Closes #527

- Adds information about the new Register tab in the Operator
- Updates screenshots to show the Register tab
- Adds note about permissions when managing buckets in a tenant
- Added new FSGroupChangePolicy field to security context when creating
tenants
This commit is contained in:
Daryl White
2022-10-03 16:41:21 -05:00
committed by GitHub
parent 201b13324e
commit c7a46b932f
8 changed files with 33 additions and 19 deletions

View File

@ -348,10 +348,11 @@ The :guilabel:`Configure` section displays optional configuration settings for t
* - :guilabel:`Override Tenant Defaults`
- The MinIO Operator sets the Kubernetes Security Context for pods to a default of ``1000`` for User, Group, and FsGroup.
MinIO runs the pod using the ``root`` user.
The FSGroupChangePolicy defaults to ``Always``.
MinIO does not run the pod using the ``root`` user.
You can modify the Security Context to direct MinIO to run using a different User, Group, or FsGroup ID.
You can also direct MinIO to not run as the Root user.
You can modify the Security Context to direct MinIO to run using a different User, Group,FsGroup ID, and FSGroupChangePolicy.
You can also direct MinIO to run as the Root user.
.. cond:: openshift
@ -377,7 +378,7 @@ The :guilabel:`Configure` section displays optional configuration settings for t
.. _create-tenant-images-section:
4) The :guilabel:`Images` Section
1) The :guilabel:`Images` Section
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The :guilabel:`Images` section displays container image settings used by the MinIO Tenant.