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