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
We create a lot of temporary files (and folders?) while processing the cluster information in order to avoid storing a lot of data in variables. We should look into reducing the amount of these files to reduce load.
One way of doing so could be by doing the processing in batches -- ex. 10 namespaces each batch, re-creating the temporary files each batch.