argo-workflows icon indicating copy to clipboard operation
argo-workflows copied to clipboard

Support cache GC feature via controller flags

Open terrytangyuan opened this issue 3 years ago • 1 comments

Summary

Several community members have started using this feature via experiment variables CACHE_GC_PERIOD and CACHE_GC_AFTER_NOT_HIT_DURATION. They want to know when this feature will be mature.

Let's use this issue to collect feedback on this feature and improve when necessary before we move them to controller flags instead of environment variables. This is part of https://github.com/argoproj/argo-workflows/issues/8608.

If you are using this feature, please upvote and provide any feedback.


Message from the maintainers:

Love this enhancement proposal? Give it a 👍. We prioritise the proposals with the most 👍.

terrytangyuan avatar May 04 '22 14:05 terrytangyuan

I’m actually not a fan of the config-map. It is quite expensive to add new items to it. It’s not amenable to Kustomize patches so not GitOps friendly. I would continue to use env vars for unstructured config.

alexec avatar May 04 '22 15:05 alexec