Context I an running a MinIO cluster on Kubernetes, running in distributed mode with 4 nodes. Sometimes one of the node randomly starts to fail to initialize, and will stay like this until the whole cluster (all
Expected Behavior I expected tagging to be available when I lose one node in distributed setup. Current Behavior mc tag set returns 502 when one node goes offline in my 12 nodes cluster. There is a LB in front of minio cluster. If I acce...