I catch this error when exec the task, then my sandbox is broken, I have try to stop and run sandbox container and it's still broken.
Copy code
[1/1] currentAttempt done. Last Error: USER::The node was low on resource: ephemeral-storage.
g
glamorous-carpet-83516
11/07/2023, 9:00 PM
could you share the output of
kubectl get pods -n flyte
f
full-evening-87657
11/08/2023, 1:28 AM
@glamorous-carpet-83516 I have rebuild the sandbox to evade it. But may be it's broken because my SSD storage is not enough, it's take about 92% when my sandbox was broken and re init the sandbox still broken. I have to prune all container and volume to fixed again. I want to ask you more, when I re-init the sandbox, all my old workflow still exist, I want to know where is the place storage it.
t
thankful-minister-83577
11/08/2023, 1:38 AM
you can always do
flytectl demo teardown --volume
if you want to get rid of that space.
thankful-minister-83577
11/08/2023, 1:39 AM
you can see it on your host with
docker volume ls
it gets mounted internally to the docker container here