holos-run / holos

Holos - The Holistic platform manager
https://holos.run
Apache License 2.0
19 stars 0 forks source link

Cleanup Vendor directories #245

Closed jeffmccune closed 1 month ago

jeffmccune commented 1 month ago

When rendering the platform, if one of the sub-processes fails, the other processes don't clean up their vendor directory properly. A signal handler is likely necessary for the sub processes.

Noticed this lying around.

projects/platform/components/istio/istiod/vendor4022138867/
jeffmccune commented 1 month ago

This is in v1alpha4/builder.go cacheChart()

jeffmccune commented 1 month ago

Should be fixed by #275