mirror of
https://github.com/minio/docs.git
synced 2025-08-08 01:43:18 +03:00
Minor fixups after testing locally Additional refinement Nitish fixups Fixups for storageClassName Ritesh feedback Round 2
20 lines
565 B
ReStructuredText
20 lines
565 B
ReStructuredText
.. default-domain:: minio
|
|
|
|
.. start-kubectl-minio-requires-operator-desc
|
|
|
|
.. admonition:: Command Requires MinIO Operator
|
|
:class: note
|
|
|
|
Use the following command to validate that the operator
|
|
is online and available prior to running this command:
|
|
|
|
.. code-block:: shell
|
|
:class: copyable
|
|
|
|
kubectl get deployments -A --field-selector metadata.name=minio-operator
|
|
|
|
Issue the :mc-cmd:`kubectl minio init` command to initiate the operator
|
|
if it is not already running in the Kubernetes cluster.
|
|
|
|
|
|
.. end-kubectl-minio-requires-operator-desc |