millions-plastic-44322
08/26/2025, 1:56 PMkubectl port-forward -n flyte svc/flyteadmin 30080:81
, now pyflyte info
actually shows some information so it seems like it connects to something. But when I run the code example from https://github.com/unionai-oss/deploy-flyte/blob/main/environments/aws/flyte-core/README.md using pyflyte run --remote hello_world.py my_wf
it tells me
Running Execution on Remote.
00000 Running execution on remote.
[✔️] Go to http://localhost:30080/console/projects/flytesnacks/domains/development/executions/afr2zbgj2bkp5lfrv9sr to see execution in the console.
Of course there's nothing on that page, and my localhost:8080 (where I have svc/flyteconsole: kubectl port-forward -n flyte svc/flyteconsole 8080:80
) does not show any project info eitheraverage-finland-92144
08/27/2025, 4:45 PMkubectl get svc -n flyte
average-finland-92144
08/27/2025, 5:53 PMhelm upgrade
afterwardsmillions-plastic-44322
08/27/2025, 7:13 PM~$ kubectl get svc -n flyte
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
datacatalog NodePort 10.255.119.30 <none> 88:31060/TCP,89:32534/TCP 30h
flyte-pod-webhook ClusterIP 10.255.162.192 <none> 443/TCP 30h
flyteadmin ClusterIP 10.255.141.120 <none> 80/TCP,81/TCP,87/TCP,10254/TCP 30h
flyteconsole ClusterIP 10.255.35.228 <none> 80/TCP 30h
millions-plastic-44322
08/27/2025, 7:15 PMvalues-eks-core.yaml
with this...average-finland-92144
08/27/2025, 10:49 PMmillions-plastic-44322
08/28/2025, 7:18 AMmillions-plastic-44322
08/28/2025, 8:07 AMmillions-plastic-44322
08/28/2025, 3:20 PMaverage-finland-92144
08/28/2025, 5:28 PMaverage-finland-92144
08/28/2025, 5:29 PMconfig.yaml
look like?millions-plastic-44322
08/28/2025, 9:26 PMadmin:
endpoint: dns:///localhost:30080
insecure: true
millions-plastic-44322
08/28/2025, 9:26 PMsvc/flyteadmin 30080:81
millions-plastic-44322
08/29/2025, 8:12 AMmillions-plastic-44322
08/29/2025, 12:15 PMflytekit.exceptions.system.FlyteDownloadDataException: SYSTEM:DownloadDataError: error=Failed to get data from <s3://mle-flyte-eks-dev/jiri-test/development/CKP5CYSUJ3EN6RPPQL2DI6I3MI======/fast1ddd21a0646d65740ab90568b7b0c46c.tar.gz> to ./ (recursive=False).
error in the pod where the workflow is running. Code was correctly uploaded to S3 (the path in bucket exists), but now I'm getting this download error.
Is it something missing in deploy-flyte/aws setup?