Taylor Stout
02/10/2023, 3:39 PMOriginal exception: HTTPConnectionPool(host='signals-minio', port=9000): Max retries exceeded with url: /flyte/flytesnacks/development/YK2ZGX4HTNQPDYSEHLOIX7K2UM%3D%3D%3D%3D%3D%3D/scriptmode.tar.gz?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=minio_access_key%2F20230210%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230210T152959Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=content-md5%3Bhost&X-Amz-Signature=6f79fdccd56b3bc8ff016e3db2c94234384c2c14e96aa38bce2ca66679748a9e (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x11d5884c0>: Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known'))
Ketan (kumare3)
02/10/2023, 3:43 PMTaylor Stout
02/10/2023, 4:01 PMKetan (kumare3)
02/10/2023, 4:04 PMjeev
02/10/2023, 4:18 PMpyflyte run
from within the clusterTaylor Stout
02/10/2023, 4:19 PMjeev
02/10/2023, 4:19 PMpyflyte run
need to be able to access minio at the same URL, if that makes sense. the signed url that flyteadmin returns to flytekit doesnt really make sense otherwise.Taylor Stout
02/10/2023, 4:22 PMjeev
02/10/2023, 4:23 PMTaylor Stout
02/10/2023, 4:25 PMjeev
02/10/2023, 4:25 PMTaylor Stout
02/10/2023, 4:26 PMjeev
02/10/2023, 4:27 PMlocalhost
to a port that the client is expected to port-forward to.Taylor Stout
02/10/2023, 4:57 PM