How to Re-Install Minio In LTS3 setup

Problem

Minio pods are stuck in ContainerCreating, Image pull error, ContainerStatusUnknown status.

NAMESPACE               NAME                                                READY   STATUS                        RESTARTS          AGE
minio                   console-59d679474-7fzvr                             0/1     Completed                     0                 29h
minio                   console-59d679474-klt79                             0/1     ContainerStatusUnknown        0                 170m
minio                   console-59d679474-x9nbq                             0/1     ErrImagePull                  0                 143m
minio                   minio-operator-5bcbcb9b48-fhr8k                     1/1     Running                       8 (102m ago)      29h
minio                   minio1-pool-0-0                                     0/1     ContainerCreating             0                 159m

The errors seen in the minio pod logs are:

Environment

  • Platform9 Self Managed Cloud Platform9 - v5.9 and Higher

Procedure

Steps to re-install Minio:

  1. Un-install Minio using helm in the Management Cluster:

  1. Install the Minio operator:

  1. Check if the operator is running on the cluster:

  1. Once operator is running, wait for ~30s to let it initialize. Then run:

Additional Information

Need to check if there are any other underlying issue causing the pod failures, like etcd latency.

Last updated