ambitious-airplane-25777
05/29/2025, 7:43 AMaverage-finland-92144
06/04/2025, 6:53 PMminio
storage layer, this is the NodePort that exposes the 30002
your pipeline is failing to access
flyte-sandbox-minio 9000:30002/TCP,9001:31875/TCP 44d
average-finland-92144
06/04/2025, 6:55 PMambitious-airplane-25777
06/05/2025, 10:25 AMpyflyte register
from a kubernetes job running inside the Flyte demo cluster and I don’t find a way to make it point to the right minio url, because it always uses localhost, 30002
setting. I tried to set the FLYTE_AWS_ENDPOINT: "<http://minio.flyte.svc.cluster.local:9000>"
but on my job and on flyte-sandbox
pod but nothing.
My flyte demo cluster settings are the default ones.ambitious-airplane-25777
06/05/2025, 1:19 PMflyte-sandbox-config
configmap
# storage:
# signedURL:
# stowConfigOverride:
# endpoint: <http://localhost:30002>
I guess you use it somewhere in the frontend to redirect the user to the minio FEambitious-airplane-25777
06/05/2025, 1:29 PMaverage-finland-92144
06/06/2025, 10:38 AM