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
{{ message }}
This repository has been archived by the owner on May 6, 2022. It is now read-only.
When the service-catalog release is upgraded by helm in version 3, there is a rapid increase in the memory requirement on controller-manager Pod (which may cause OOMKilled state if the set memory limit is insufficient).
The more releases are on the cluster, the more memory consumption is increased. This is because Helm releases are kept in Secrets resources and controller-manager listens to those resources.
What you expected to happen:
I propose to make a setting in which the controller-manager ignores specific secrets after giving the appropriate labels.
How to reproduce it (as minimally and precisely as possible):
Create a cluster with helm v3 releases (more of them) and make a service-catalog install/upgrade with a default memory limit.
Environment:
service-catalog version: v0.3.0
helm version: v3.2.1
The text was updated successfully, but these errors were encountered:
What happened:
When the service-catalog release is upgraded by helm in version 3, there is a rapid increase in the memory requirement on
controller-manager
Pod (which may cause OOMKilled state if the set memory limit is insufficient).The more releases are on the cluster, the more memory consumption is increased. This is because Helm releases are kept in Secrets resources and
controller-manager
listens to those resources.What you expected to happen:
I propose to make a setting in which the
controller-manager
ignores specific secrets after giving the appropriate labels.How to reproduce it (as minimally and precisely as possible):
Create a cluster with helm v3 releases (more of them) and make a service-catalog install/upgrade with a default memory limit.
Environment:
The text was updated successfully, but these errors were encountered: