Reproduction
- Run the docker compose.
- Go to a dataset
- Click on "download" (top right)
Actual
ns_error_unknown_host
Expected
Download a dataset file
Reason
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
- ...
Reproduction
Actual
ns_error_unknown_hostExpected
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