1
0
mirror of https://github.com/minio/docs.git synced 2025-07-31 18:04:52 +03:00

Doc updates related to Operator v5.0.0 (#837)

Updates docs for most changes through v5.0.4.
Does not have changes related to sidecar containers.

Partially addresses #791

Staged: http://192.241.195.202:9000/staging/operator-5.0.0/index.html
This commit is contained in:
Daryl White
2023-04-28 16:39:41 -05:00
committed by GitHub
parent 1c5454955b
commit 101ad648dd
5 changed files with 429 additions and 194 deletions

View File

@ -29,6 +29,12 @@ This command is an alternative to configuring `Ingress <https://kubernetes.io/do
:start-after: start-kubectl-minio-requires-operator-desc
:end-before: end-kubectl-minio-requires-operator-desc
.. cond:: openshift
.. versionchanged:: Operator 5.0.0
The ``kubectl minio proxy`` command now supports retrieving the JWT for use with OpenShift deployments.
Syntax
------
@ -69,4 +75,11 @@ The command supports the following flags:
:optional:
The namespace for which to access the operator.
Defaults to ``minio-operator``.
.. cond:: not openshift
Defaults to ``minio-operator``.
.. cond:: openshift
Defaults to ``openshift-operators``.