Skip to content

Commit 3e55232

Browse files
ravindk89feorlenallanrogerr
authored
Apply suggestions from code review
Co-authored-by: Andrea Longo <feorlen@users.noreply.github.com> Co-authored-by: Allan Roger Reid <allanrogerreid@gmail.com>
1 parent 7d682f9 commit 3e55232

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

source/operations/install-deploy-manage/deploy-minio-tenant-helm.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ It provides a baseline from which you can modify and tailor the Tenant to your r
105105
106106
curl -sLo values.yaml https://raw.githubusercontent.com/minio/operator/master/helm/tenant/values.yaml
107107
108-
Open the ``values.yaml`` object in your preferred text edit.
108+
Open the ``values.yaml`` object in your preferred text editor.
109109

110110
#. Configure the Tenant topology
111111

@@ -144,7 +144,7 @@ It provides a baseline from which you can modify and tailor the Tenant to your r
144144

145145
#. Configure Network Encryption
146146

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:
148148

149149
.. list-table::
150150
:header-rows: 1
@@ -175,7 +175,7 @@ It provides a baseline from which you can modify and tailor the Tenant to your r
175175

176176
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.
177177

178-
Modify this as-needed to reflect your Tenant requirements.
178+
Modify this as needed to reflect your Tenant requirements.
179179

180180
#. Deploy the Tenant
181181

@@ -188,7 +188,7 @@ It provides a baseline from which you can modify and tailor the Tenant to your r
188188
--namespace minio-tenant-1 \
189189
--create-namespace \
190190
--values values.yaml \
191-
tenant minio/tenant
191+
tenant minio-operator/tenant
192192
193193
You can monitor the progress using the following command:
194194

@@ -247,7 +247,7 @@ This method may support easier pre-configuration of the Tenant compared to the :
247247
Each chart contains a ``values.yaml`` file you can customize to suit your needs.
248248
For details on the options available in the MinIO Tenant ``values.yaml``, see :ref:`minio-tenant-chart-values`.
249249

250-
Open the ``values.yaml`` object in your preferred text edit.
250+
Open the ``values.yaml`` object in your preferred text editor.
251251

252252
#. Configure the Tenant topology
253253

source/operations/install-deploy-manage/upgrade-minio-operator-4.5.7-earlier.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Upgrade Legacy MinIO Operators
1111
:depth: 1
1212

1313

14-
MinIO spuports the following upgrade paths for older versions of the MinIO Operator:
14+
MinIO supports the following upgrade paths for older versions of the MinIO Operator:
1515

1616
.. list-table::
1717
:header-rows: 1

source/operations/install-deploy-manage/upgrade-minio-operator.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Upgrade Operator to |operator-version-stable|
119119

120120
MinIO does not remove the old Console services, pods, or deployments as per Kubernetes standard procedure.
121121
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.
123123

124124
You can continue to use Kustomize to deploy and manage MinIO Tenants.
125125

0 commit comments

Comments
 (0)