Uploaded image for project: 'OpenShift GitOps'
  1. OpenShift GitOps
  2. GITOPS-7164

GitOps-Plugin and Cluster Pod Resource Configuration

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Normal Normal
    • None
    • 1.16.1
    • Operator
    • False
    • Hide

      None

      Show
      None
    • False

      Description of Problem
      Update resource requirements for gitops-plugin and cluster pod 
       
      Additional Info: 
       
      The  default request and limit values for  `gitops-plugin` and `cluster` pod  resource are too high and actual usage is too low so client wanted to update the resource requests and limits for `cluster` and `gitops-plugin` deployment resources. 
       
      Prerequisites/Environment:
       
      Openshift Gitops Operator
       
      Workaround (If Possible): 
       

      • Currently there is no workaround for this however an testing was done  to patch the argocd  CR by adding the following code snippet but it get overwritten by operator: 
         
         
          gitopsPlugin:     resources:       limits:         cpu: "500m"         memory: "512Mi"       requests:         cpu: "250m"         memory: "256Mi"

         
         

      • When attempts are made to update this in the GitOps service, it gets overwritten, and the following message appears in the UI:
         
        GitopsService cluster violates policy 299 - "unknown field \"spec.plugin\""

         

              rh-ee-sghadi Siddhesh Ghadi
              rhn-support-dtambat Darshan Tambat
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: