Hi, I am facing issue when I submit a workflow to ...
# flyte-support
h
Hi, I am facing issue when I submit a workflow to flyte which is setup in my local kubernetes following the helm installation guide. The execution pod is having the error. Is there anything I have missed out?
Copy code
Reason:   Error                                                                                                                                                                                   │
│       Message:  y", line 1246, in invoke                                                                                                                                                                │
│     return ctx.invoke(self.callback, **ctx.params)                                                                                                                                                      │
│            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                                                                                                                                                      │
│   File "/usr/local/lib/python3.12/site-packages/click/core.py", line 814, in invoke                                                                                                                     │
│     return callback(*args, **kwargs)                                                                                                                                                                    │
│            ^^^^^^^^^^^^^^^^^^^^^^^^^                                                                                                                                                                    │
│   File "/usr/local/lib/python3.12/site-packages/flytekit/bin/entrypoint.py", line 773, in fast_execute_task_cmd                                                                                         │
│     _download_distribution(additional_distribution, dest_dir)                                                                                                                                           │
│   File "/usr/local/lib/python3.12/site-packages/flytekit/core/utils.py", line 309, in wrapper                                                                                                           │
│     return func(*args, **kwargs)                                                                                                                                                                        │
│            ^^^^^^^^^^^^^^^^^^^^^                                                                                                                                                                        │
│   File "/usr/local/lib/python3.12/site-packages/flytekit/tools/fast_registration.py", line 310, in download_distribution                                                                                │
│     FlyteContextManager.current_context().file_access.get_data(                                                                                                                                         │
│   File "/usr/local/lib/python3.12/site-packages/flytekit/utils/asyn.py", line 113, in wrapped                                                                                                           │
│     return self.run_sync(coro_func, *args, **kwargs)                                                                                                                                                    │
│            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                                                                                                                                                    │
│   File "/usr/local/lib/python3.12/site-packages/flytekit/utils/asyn.py", line 106, in run_sync                                                                                                          │
│     return self._runner_map[name].run(coro)                                                                                                                                                             │
│            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                                                                                                                                                             │
│   File "/usr/local/lib/python3.12/site-packages/flytekit/utils/asyn.py", line 85, in run                                                                                                                │
│     res = fut.result(None)                                                                                                                                                                              │
│           ^^^^^^^^^^^^^^^^                                                                                                                                                                              │
│   File "/usr/local/lib/python3.12/concurrent/futures/_base.py", line 456, in result                                                                                                                     │
│     return self.__get_result()                                                                                                                                                                          │
│            ^^^^^^^^^^^^^^^^^^^                                                                                                                                                                          │
│   File "/usr/local/lib/python3.12/concurrent/futures/_base.py", line 401, in __get_result                                                                                                               │
│     raise self._exception                                                                                                                                                                               │
│   File "/usr/local/lib/python3.12/site-packages/flytekit/core/data_persistence.py", line 614, in async_get_data                                                                                         │
│     raise FlyteDownloadDataException(                                                                                                                                                                   │
│ flytekit.exceptions.system.FlyteDownloadDataException: SYSTEM:DownloadDataError: error=Failed to get data from <s3://flyte-dev/flytesnacks/development/GJD6GFARVQLFIK64SWWSTFCM3I======/fast28f7e9edccfe> │
│ 6ce9484363d126d1965a.tar.gz to /root/ (recursive=False).                                                                                                                                                │
│                                                                                                                                                                                                         │
│ Original exception: Unable to locate credentials
e
Hi, could you give us which guide you are following? Seems like the permission to the storage is not setup correctly