Skip to content

TroubleshootingπŸ“œ

GeneralπŸ“œ

MinIO consists of a configurable number of Pods in the minio namespace. The Pods have unique labels and can be targeted for troubleshooting commands directly through them as such:

Check Pod statusπŸ“œ

kubectl get pod -l app.kubernetes.io/instance=minio-minio -n minio

kubectl describe pod -l app.kubernetes.io/instance=minio-minio -n minio

Get Pod logsπŸ“œ

kubectl logs -l app.kubernetes.io/instance=minio-minio -n minio