This message was deleted.
# logging
a
This message was deleted.
b
I don't use minio, but we run our own through ceph rgw.
I'd check a few things: • Try
US
as the default region • You tried it with WinSCP - there might be firewall rules that allow your windows box to connect to
minio.xxx.internal
but aren't allowing your cluster to connect there. • Run a pod that has
nmap
from inside the
foo
namespace and verify you see the
9000
port open . (ie
nmap minio.xxx.internal -p 9000
)
t
Thanks for the suggestions. I solved it by changing to https and setting validate to false, we use a self signed certificate.