alert-exabyte-15243
01/23/2024, 10:42 AMalert-exabyte-15243
01/23/2024, 11:20 AMscript_mode.tar.gz
archivealert-exabyte-15243
01/23/2024, 11:41 AMgsutil ls
. I've verified that the WI is configured, https://cloud.google.com/kubernetes-engine/docs/troubleshooting/authentication#pod_cant_authenticate_to outputs are correctaverage-finland-92144
01/23/2024, 12:37 PMalert-exabyte-15243
01/23/2024, 1:28 PMalert-exabyte-15243
01/23/2024, 2:14 PMFlyteAssertion: Failed to get data from
gs://<BUCKET>/flytesnacks/development/DCN2DB4Y4LNBVAO3Y
FQJQ3KCSU======/script_mode.tar.gz to /root/ (recursive=False).
Original exception: 401, message='Unauthorized',
url=URL('<https://storage.googleapis.com/download/storage/v1/b/><BUCKET>/o/flytesnacks%2Fdevelopment%2FDCN2DB4Y4LNBVAO3YFQJQ3KCSU======%2
Fscript_mode.tar.gz?alt=media')
(<BUCKET>
is a replaced value)alert-exabyte-15243
01/23/2024, 2:24 PMpyflyte run
and can also see in the line above that the tar.gz is being copied in the /root/
folder. My docker image very likely expects different paths. Could this be the problem, but masking differently?average-finland-92144
01/23/2024, 2:56 PM--destination-dir
to your pyflyte command. It should enable Flyte to download the code to whatever location you indicate as WORKDIR. Does that make sense?alert-exabyte-15243
01/24/2024, 12:36 PM