Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adjust rook-ceph cpu resource requests #6

Merged
merged 1 commit into from
Feb 25, 2024
Merged

Conversation

jgilfoil
Copy link
Owner

cluster is having difficulty coping with the cpu overprovisioning

cluster is having difficulty coping with the cpu overprovisioning
Copy link

--- HelmRelease: rook-ceph/rook-ceph-cluster CephCluster: rook-ceph/rook-ceph

+++ HelmRelease: rook-ceph/rook-ceph-cluster CephCluster: rook-ceph/rook-ceph

@@ -116,37 +116,37 @@

         memory: 1Gi
       requests:
         cpu: 100m
         memory: 100Mi
     mgr:
       limits:
-        cpu: 2000m
+        cpu: 1500m
         memory: 2Gi
       requests:
-        cpu: 500m
+        cpu: 300m
         memory: 512Mi
     mgr-sidecar:
       limits:
         cpu: 500m
         memory: 100Mi
       requests:
         cpu: 100m
         memory: 40Mi
     mon:
       limits:
-        cpu: 4000m
+        cpu: 3000m
         memory: 4Gi
       requests:
         cpu: 1000m
         memory: 1Gi
     osd:
       limits:
-        cpu: 4000m
+        cpu: 3500m
         memory: 8Gi
       requests:
-        cpu: 1000m
+        cpu: 750m
         memory: 4Gi
     prepareosd:
       requests:
         cpu: 500m
         memory: 50Mi
   skipUpgradeChecks: false

Copy link

--- kubernetes/apps/rook-ceph/cluster Kustomization: flux-system/rook-ceph-cluster HelmRelease: rook-ceph/rook-ceph-cluster

+++ kubernetes/apps/rook-ceph/cluster Kustomization: flux-system/rook-ceph-cluster HelmRelease: rook-ceph/rook-ceph-cluster

@@ -87,30 +87,30 @@

               - matchExpressions:
                 - key: node-role.kubernetes.io/control-plane
                   operator: Exists
       resources:
         mgr:
           limits:
-            cpu: 2000m
+            cpu: 1500m
             memory: 2Gi
           requests:
-            cpu: 500m
+            cpu: 300m
             memory: 512Mi
         mon:
           limits:
-            cpu: 4000m
+            cpu: 3000m
             memory: 4Gi
           requests:
             cpu: 1000m
             memory: 1Gi
         osd:
           limits:
-            cpu: 4000m
+            cpu: 3500m
             memory: 8Gi
           requests:
-            cpu: 1000m
+            cpu: 750m
             memory: 4Gi
       storage:
         config:
           osdsPerDevice: '1'
         nodes:
         - devices:

@jgilfoil jgilfoil merged commit d5bcd9e into main Feb 25, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant