1
0
mirror of https://github.com/minio/docs.git synced 2025-12-24 01:42:07 +03:00

added krew upgrade command (#698)

Ran into this while looking at
<https://min.io/docs/minio/kubernetes/upstream/operations/install-deploy-manage/upgrade-minio-operator.html>.
The headline of point "3" states "Download the Latest Stable Version of
the MinIO Kubernetes Plugin", but it actually includes just an
installation guide.
Therefore extended the included installation guide with guideline how to
update the plugin with krew.

Signed-off-by: Tim Beermann <beermann@osism.tech>

Signed-off-by: Tim Beermann <beermann@osism.tech>
This commit is contained in:
Tim Beermann
2023-01-09 16:56:29 +01:00
committed by GitHub
parent dbbfce1aeb
commit 45aac689b4

View File

@@ -16,6 +16,13 @@ You can install the MinIO plugin using either the Kubernetes Krew plugin manager
kubectl krew update
kubectl krew install minio
If you want to update the MinIO plugin with Krew, use the following command:
.. code-block:: shell
:class copyable
kubectl krew upgrade minio
You can validate the installation of the MinIO plugin using the following command:
.. code-block:: shell
@@ -73,4 +80,4 @@ You can install the MinIO plugin using either the Kubernetes Krew plugin manager
kubectl minio version
The output should display the Operator version as |operator-version-stable|.
The output should display the Operator version as |operator-version-stable|.