-
Notifications
You must be signed in to change notification settings - Fork 0
Upgrade MinIO Operator in OpenShift
Cesar Celis Hernandez edited this page Nov 2, 2022
·
14 revisions
- Assuming you have previous versions installed:
image: 'minio/console:v0.20.5'
image: 'minio/operator:v4.5.2'
image: 'minio/minio:RELEASE.2022-10-29T06-21-33Z'
- Go to
Workloads
in OpenShift Console, selectDeployments
:

- Open
minio-operator
deployment and edit the yaml upgrading the image fromv4.5.2
tov4.5.3
and save the change
From: image: 'minio/operator:v4.5.2'
To: image: 'minio/operator:v4.5.3'
-
Delete previous Operator pod.
-
New pod will be created automatically.
-
Verify new pod is with new Operator version:
containers:
- name: minio-operator
image: 'minio/operator:v4.5.3'
- Then update the console image:
FROM: image: 'minio/console:v0.20.5'
TO: image: 'minio/console:v0.21.0'
- Delete previous console pod and new pod will be created, make sure version is updated:
containers:
image: 'minio/console:v0.21.0'
- MinIO image will be automatically updated in the tenant:
image: 'minio/minio:RELEASE.2022-10-29T06-21-33Z'
- After the update, MinIO is accessible and you can see and play with the buckets:


- Tested in OpenShift version
4.11.7