You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: empty tmp dir instead of removing it
The tmp directory is used for a number of things including
when editig k8s resources using kubectl edit. Removing it
after running commands will lead to failures in certain
commands.
Signed-off-by: Evans Mungai <evans@replicated.com>
* Better error message when reading tmp dir
Signed-off-by: Evans Mungai <evans@replicated.com>
* Use helpers.RemoveAll to empty the tmp dir
Signed-off-by: Evans Mungai <evans@replicated.com>
* Remove unnecessary test file
Signed-off-by: Evans Mungai <evans@replicated.com>
---------
Signed-off-by: Evans Mungai <evans@replicated.com>
0 commit comments