Skip to content

How to set our different images via Operator plugin

Cesar Celis Hernandez edited this page Oct 10, 2023 · 6 revisions

Objective:

To set our different images using Operator Plugin

Steps:

  1. Have or create a new k8s cluster

  2. Run below command as an example to explain it:

kubectl minio init \
    --console-image minio/operator:v5.0.9 \
    --default-minio-image minio/minio:RELEASE.2023-10-07T15-07-38Z \
    --image minio/operator:v5.0.9
Clone this wiki locally