You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I configure a MinIO bucket as backend storage for BaGetter, if I use IP address for the endpoint, it works normally as expected. However if I use the FQDN instead of IP address, it seems BaGetter will try to prepend the bucket name to the endpoint's FQDN and expect the DNS server to be able to resolve that, as well as the storage server to support that. However in my case it's not desirable. Since this behavior was not described in the documentation, is there any clear flag/instruction to clearly define this behavior?
Describe the bug
When I configure a MinIO bucket as backend storage for BaGetter, if I use IP address for the endpoint, it works normally as expected. However if I use the FQDN instead of IP address, it seems BaGetter will try to prepend the bucket name to the endpoint's FQDN and expect the DNS server to be able to resolve that, as well as the storage server to support that. However in my case it's not desirable. Since this behavior was not described in the documentation, is there any clear flag/instruction to clearly define this behavior?
To Reproduce
Steps to reproduce the behavior:
testbucket.minio.minio-storage-tenant-1.svc.cluster.local
, which is not defined or resolved.Expected behavior
Interact with the endpoint in the same way as when
Endpoint
is defined as"Endpoint": "http://10.0.9.106"
The text was updated successfully, but these errors were encountered: