Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

OOMKilled during install/upgrade ServiceCatalog in cluster with Helm v3 #2824

Closed
jasiu001 opened this issue Jun 22, 2020 · 0 comments · Fixed by #2830
Closed

OOMKilled during install/upgrade ServiceCatalog in cluster with Helm v3 #2824

jasiu001 opened this issue Jun 22, 2020 · 0 comments · Fixed by #2830

Comments

@jasiu001
Copy link
Contributor

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:

  • service-catalog version: v0.3.0
  • helm version: v3.2.1
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant