Skip to content

Commit e1b5f88

Browse files
authored
remove the resource limit for cluster-manager (open-cluster-management-io#779)
Signed-off-by: Qing Hao <[email protected]>
1 parent 0007cd4 commit e1b5f88

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

deploy/cluster-manager/chart/cluster-manager/values.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ resources:
4848
requests:
4949
cpu: 2m
5050
memory: 16Mi
51-
limits:
52-
memory: 2Gi
5351

5452
# nodeSelector for clusterManager operator deployment.
5553
nodeSelector: {}

deploy/cluster-manager/config/operator/operator.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ spec:
7777
port: 8443
7878
initialDelaySeconds: 2
7979
resources:
80-
limits:
81-
memory: 2Gi
8280
requests:
8381
cpu: 2m
8482
memory: 16Mi

deploy/cluster-manager/olm-catalog/latest/manifests/cluster-manager.clusterserviceversion.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ metadata:
5959
categories: Integration & Delivery,OpenShift Optional
6060
certified: "false"
6161
containerImage: quay.io/open-cluster-management/registration-operator:latest
62-
createdAt: "2024-12-18T07:51:41Z"
62+
createdAt: "2024-12-24T03:03:39Z"
6363
description: Manages the installation and upgrade of the ClusterManager.
6464
operators.operatorframework.io/builder: operator-sdk-v1.32.0
6565
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
@@ -598,8 +598,6 @@ spec:
598598
scheme: HTTPS
599599
initialDelaySeconds: 2
600600
resources:
601-
limits:
602-
memory: 2Gi
603601
requests:
604602
cpu: 2m
605603
memory: 16Mi

0 commit comments

Comments
 (0)