On kubernetes cluster with large configmap, operator uses much memory
jrwren opened this issue · 1 comments
jrwren commented
Description
On kubernetes cluster with large ConfigMap, operator uses much memory.
Expected Behavior
Memory should not scale with ConfigMap usage for a cluster.
Actual Behavior
Memory usage scales with ConfigMap usage for a cluster.
Affected Version
supertubes-control-plane:v1.8.0-rc.2
Steps to Reproduce
- Deploy supertubes
- create many large ConfigMap in unrelated namespaces
- see memory usage
Checklist
- I have read the contributing guidelines
- I have verified this does not duplicate an existing issue
jrwren commented
I'm wrong. This isn't my issue.