1
0
mirror of https://github.com/minio/docs.git synced 2025-08-08 01:43:18 +03:00
Files
docs/source/includes/facts-kubectl-plugin.rst
ravindk89 bba1a48c38 MinIO kubectl minio initial commit
Minor fixups after testing locally

Additional refinement

Nitish fixups

Fixups for storageClassName

Ritesh feedback Round 2
2020-10-22 13:59:22 -04:00

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