I am a beginner in Flyte and encountered minio access issues when submitting Workflow tasks while running the local Flyte environment using Sandbox.
All steps are operated according to the official documentation.
I hope to receive help and I am very grateful. 🙏
The issue occured:
ConnectionError: HTTPConnectionPool(host='minio.flyte.svc.cluster.local', port=9000): Max retries exceeded with url:
/my-s3-bucket/my-workflow/development/TM72SYEVTSFAMTCLT22OV7URMU%3D%3D%3D%3D%3D%3D/fasta42b517d65b5f56b0dcd51dd2a4b8ea5.tar.gz?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Creden
tial=minio%2F20250206%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250206T071233Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=content-md5%3Bhost%3Bx-amz-meta-flytecontentmd5&X-Am
z-Signature=3d5d9c4cf853dc0664e4b205bf166c04972212f2e95f0486132304de58c65f47 (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x10f69f400>: Failed
to establish a new connection: [Errno 8] nodename nor servname provided, or not known'))
c
careful-australia-19356
03/21/2025, 4:01 PM
@rough-apple-2545 this looks like a DNS issue resolving your localhost
What OS are you running on?