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
As we are scraping all the secrets from k8s, regardless of their type, it could take a LOT of memory (3G+).
I suppose it could be the reason of #97#103
For example, long-running cluster can have hundreds of helm.sh/release.v1 secrets per namespace.
So my proposal is fetch only kubeSecretTypes types secrets from k8s API.
As we are scraping all the secrets from k8s, regardless of their type, it could take a LOT of memory (3G+).
I suppose it could be the reason of #97 #103
For example, long-running cluster can have hundreds of
helm.sh/release.v1
secrets per namespace.So my proposal is fetch only kubeSecretTypes types secrets from k8s API.
I prepared some POC #221 which works.
Disclaimer: unfortunately i'm not proficient in Go programming, so can't program anything complicated yet.
Cheers, Alexey
The text was updated successfully, but these errors were encountered: