-
Notifications
You must be signed in to change notification settings - Fork 182
TMPDIR
not properly cleaned out after multiple runs/pulls/misc
#3705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey @a1994sc - is this the expected |
This is not the cache, this is the the temp directory where zarf would stage the various files during a deploy or pull |
Appreciate that context! Do you happen to have a scenario to reproduce this issue? I can poke around but I might be flying blind until I find the right path. |
I do half wonder if you navigate to your |
I guess that makes sense for me to have ran into, because I have been iterating on an internal project that can fail at certain points |
Yeah the repo is pretty inconsistent about defering the remove of |
Describe what should be investigated or refactored
The
$TMPDIR
get filled with various staging parts of zarf that do not get cleaned up properly.Additional context
$ ls $TMPDIR test.yml zarf-431492100 zarf-897738423 zarf-1091906704 zarf-1203438468 zarf-1502900713 zarf-1809210350 zarf-1939208001 zarf-2521010492 zarf-2542684518 zarf-2823046111 zarf-3739878045 zarf-3863847754 zarf-4268330893 zarf-183051952 zarf-720355854 zarf-974994221 zarf-1106273493 zarf-1241826381 zarf-1734318326 zarf-1893956948 zarf-2450909861 zarf-2537174603 zarf-2767991230 zarf-3312580097 zarf-3784231634 zarf-4225363707
$ du -sh $TMPDIR 63G /tmp/play
The text was updated successfully, but these errors were encountered: