You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open the ``values.yaml`` object in your preferred text edit.
108
+
Open the ``values.yaml`` object in your preferred text editor.
109
109
110
110
#. Configure the Tenant topology
111
111
@@ -144,7 +144,7 @@ It provides a baseline from which you can modify and tailor the Tenant to your r
144
144
145
145
#. Configure Network Encryption
146
146
147
-
The MinIO Tenant CRD provides the following fields from which you can configure tenant TLS network encryption:
147
+
The MinIO Tenant CRD provides the following fields with which you can configure tenant TLS network encryption:
148
148
149
149
.. list-table::
150
150
:header-rows: 1
@@ -175,7 +175,7 @@ It provides a baseline from which you can modify and tailor the Tenant to your r
175
175
176
176
The YAML includes an object ``kind: Secret`` with ``metadata.name: storage-configuration`` that sets the root username, password, erasure parity settings, and enables Tenant Console.
177
177
178
-
Modify this as-needed to reflect your Tenant requirements.
178
+
Modify this asneeded to reflect your Tenant requirements.
179
179
180
180
#. Deploy the Tenant
181
181
@@ -188,7 +188,7 @@ It provides a baseline from which you can modify and tailor the Tenant to your r
188
188
--namespace minio-tenant-1 \
189
189
--create-namespace \
190
190
--values values.yaml \
191
-
tenant minio/tenant
191
+
tenant minio-operator/tenant
192
192
193
193
You can monitor the progress using the following command:
194
194
@@ -247,7 +247,7 @@ This method may support easier pre-configuration of the Tenant compared to the :
247
247
Each chart contains a ``values.yaml`` file you can customize to suit your needs.
248
248
For details on the options available in the MinIO Tenant ``values.yaml``, see :ref:`minio-tenant-chart-values`.
249
249
250
-
Open the ``values.yaml`` object in your preferred text edit.
250
+
Open the ``values.yaml`` object in your preferred text editor.
Copy file name to clipboardExpand all lines: source/operations/install-deploy-manage/upgrade-minio-operator.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ Upgrade Operator to |operator-version-stable|
119
119
120
120
MinIO does not remove the old Console services, pods, or deployments as per Kubernetes standard procedure.
121
121
You can remove these resources at your own discretion.
122
-
MinIO is no longer developing nor supporting the Console, and as of such advises against long-term reliance on the Console for Tenant management.
122
+
MinIO is no longer developing nor supporting the Operator Console, and as of such advises against long-term reliance on this Console for Tenant management.
123
123
124
124
You can continue to use Kustomize to deploy and manage MinIO Tenants.
0 commit comments