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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user