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
The files stored on MinIO needs to be accessible from
other containers (for instance, to run the evaluation engine)
the user (from the website)
For the former, the minio url needs to be an url with which a pod on K8s can communicate with the MinIO pod. This is "http://minio:9000". For the second, the url should be http://localhost:9000. Because we store the url in the db, we have to choose one of them for now.
Possible solutions
Don't store the complete url in the db
...
The text was updated successfully, but these errors were encountered:
Reproduction
Actual
ns_error_unknown_host
Expected
Download a dataset file
Reason
The files stored on MinIO needs to be accessible from
For the former, the minio url needs to be an url with which a pod on K8s can communicate with the MinIO pod. This is "http://minio:9000". For the second, the url should be http://localhost:9000. Because we store the url in the db, we have to choose one of them for now.
Possible solutions
The text was updated successfully, but these errors were encountered: