mirror of
https://github.com/minio/docs.git
synced 2025-07-28 19:42:10 +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:
@ -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.
|
||||
|
@ -63,22 +63,33 @@ The Operator Console automatically detects any MinIO Tenants
|
||||
deployed on the cluster, whether provisioned through the Operator Console
|
||||
or through the :ref:`MinIO Kubernetes Plugin <minio-k8s-deploy-minio-tenant-commandline>`.
|
||||
|
||||
For each listed tenant, select :guilabel:`MANAGE` to open an in-browser
|
||||
view of that tenant's MinIO Console. You can use this view to directly manage
|
||||
the tenant through the Operator UI.
|
||||
Select a listed tenant to open an in-browser view of that tenant's MinIO Console.
|
||||
You can use this view to directly manage, modify, expand, upgrade, and delete the tenant through the Operator UI.
|
||||
|
||||
.. image:: /images/k8s/operator-manage-tenant.png
|
||||
Tenant Registration
|
||||
-------------------
|
||||
|
||||
.. versionchanged:: 0.19.5
|
||||
|
||||
You can register your MinIO tenants with your |SUBNET| account using the Operator Console.
|
||||
|
||||
.. image:: /images/k8s/operator-console-register.png
|
||||
:align: center
|
||||
:width: 70%
|
||||
:class: no-scaled-link
|
||||
:alt: MinIO Operator Tenant Console
|
||||
:alt: MinIO Operator Console Register Screen
|
||||
|
||||
Select :guilabel:`VIEW` to view the Tenant details and configurations.
|
||||
You can modify, expand, upgrade, and delete the Tenant from this view.
|
||||
#. Select the :guilabel:`Register` tab
|
||||
#. Enter the :guilabel:`API Key`
|
||||
|
||||
You can obtain the key from |SUBNET| through the Console by selecting :guilabel:`Get from SUBNET`.
|
||||
|
||||
.. image:: /images/k8s/operator-tenant-view.png
|
||||
:align: center
|
||||
:width: 70%
|
||||
:class: no-scaled-link
|
||||
:alt: MinIO Operator Tenant View
|
||||
Review Your MinIO License
|
||||
-------------------------
|
||||
|
||||
To review which license you are using and the features available through different license options, select the :guilabel:`License` tab.
|
||||
|
||||
MinIO supports two licenses: `AGPLv3 Open Source <https://opensource.org/licenses/AGPL-3.0>`__ or a `MinIO Commercial License <https://min.io/pricing?ref=docs>`__.
|
||||
Subscribers to |SUBNET| use MinIO under a commercial license.
|
||||
|
||||
You can also :guilabel:`Subscribe` from the License screen.
|
Reference in New Issue
Block a user