1
0
mirror of https://github.com/minio/docs.git synced 2025-07-28 19:42:10 +03:00

Procedure for updating Operator (#608)

Build out Operator Upgrade Procedure

Co-authored-by: Lenin Alevski <alevsk.8772@gmail.com>
This commit is contained in:
Ravind Kumar
2022-10-12 12:08:30 -04:00
committed by GitHub
parent 6e7444c812
commit 8d8e6bca29
6 changed files with 340 additions and 20 deletions

View File

@ -18,11 +18,13 @@ Description
.. start-kubectl-minio-init-desc
The :mc:`kubectl minio init` command initializes the MinIO Operator.
:mc:`kubectl minio init` requires the operator for core functionality.
The :mc:`kubectl minio init` command initialize the MinIO Operator.
.. end-kubectl-minio-init-desc
If the Kubernetes cluster has an existing MinIO Operator installation, this command upgrades the Operator to match the MinIO plugin version.
For more information on upgrading the MinIO Operator, see :ref:`minio-k8s-upgrade-minio-operator`.
Syntax
------
@ -30,17 +32,12 @@ Syntax
.. tab-item:: EXAMPLE
The following command initializes a new MinIO Operator deployment using operator v4.4.22, on the ``minio-operator`` namespace, using the cluster domain of ``cluster.local`` and watching the default namespace.:
The following command initializes a new MinIO Operator deployment running |operator-version-stable|.
.. code-block:: shell
:class: copyable
kubectl minio init \
--image=minio/operator:v4.4.22 \
--namespace=minio-operator \
--cluster-domain=cluster.local \
--namespace-to-watch=default \
--image-pull-secret=
kubectl minio init
.. tab-item:: SYNTAX