Minio如何检查分布式或独立运行的模式

问题描述

我已经使用minio运算符在Kubernetes中设置了MinIO。如何检查其运行的distributedstandard模式是哪种模式?

mc admin info local命令显示4个窗格。

# mc admin info local
●  minio-zone-0-0.minio-hl.minio-operator.svc.cluster.local:9000
   Uptime: 1 hour
   Version: 2020-08-18T19:41:00Z
   Network: 4/4 OK
   Drives: 4/4 OK

●  minio-zone-0-1.minio-hl.minio-operator.svc.cluster.local:9000
   Uptime: 1 hour
   Version: 2020-08-18T19:41:00Z
   Network: 4/4 OK
   Drives: 4/4 OK

●  minio-zone-0-2.minio-hl.minio-operator.svc.cluster.local:9000
   Uptime: 1 hour
   Version: 2020-08-18T19:41:00Z
   Network: 4/4 OK
   Drives: 4/4 OK

●  minio-zone-0-3.minio-hl.minio-operator.svc.cluster.local:9000
   Uptime: 1 hour
   Version: 2020-08-18T19:41:00Z
   Network: 4/4 OK
   Drives: 4/4 OK

1.0 MiB Used,1 Bucket,1 Object
16 drives online,0 drives offline

在运行/minio/health/cluster?maintenance=true命令时返回其412

>
< HTTP/1.1 412 Precondition Failed
< Accept-Ranges: bytes
< Content-Length: 0
< Content-Security-Policy: block-all-mixed-content
< Server: MinIO/RELEASE.2020-08-18T19-41-00Z
< Vary: Origin
< X-Amz-Request-Id: 162E912AF7121F2D
< X-Xss-Protection: 1; mode=block
< Date: Tue,25 Aug 2020 16:55:31 GMT

我有4个正在运行的Pod,不确定为什么它返回412 Precondition Failed

谢谢

SR

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)