Closed jeffmccune closed 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/
This is in v1alpha4/builder.go cacheChart()
Should be fixed by #275
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.