Skip to content

OperatorHub Issue

Cesar Celis Hernandez edited this page Nov 16, 2022 · 11 revisions

Objective:

Solve https://github.com/minio/operator/issues/1234

Steps:

  1. Install MinIO Operator from OperatorHub
Screenshot 2022-11-16 at 8 36 33 AM
  1. Reproduce the issue https://github.com/minio/operator/issues/1234
Screenshot 2022-11-16 at 10 32 40 AM
  1. Remove a section from the CSV:
Screenshot 2022-11-16 at 8 39 37 AM Screenshot 2022-11-16 at 8 40 41 AM
  1. Delete extra service.
Screenshot 2022-11-16 at 10 31 44 AM Screenshot 2022-11-16 at 10 34 11 AM
  1. Restart operator Pod:
Screenshot 2022-11-16 at 10 35 06 AM
  1. Observe proper log is now displayed:
Screenshot 2022-11-16 at 10 35 40 AM
  1. Expose the Operator:
$ oc port-forward svc/console 9090 -n openshift-operators
Forwarding from 127.0.0.1:9090 -> 9090
Forwarding from [::1]:9090 -> 9090
  1. Access the Operator:
Screenshot 2022-11-16 at 10 37 45 AM Screenshot 2022-11-16 at 10 38 24 AM
Clone this wiki locally