Giter Club home page Giter Club logo

Comments (5)

EagleIJoe avatar EagleIJoe commented on August 12, 2024 1

Increasing the limit to 1Gi was sufficient for my setup.

from gitops-operator.

jannfis avatar jannfis commented on August 12, 2024 1

@EagleIJoe Thanks for confirmation. May I ask for details about your setup? I.e. do you use a mono repo? How many apps? What kind of toolings? This information could help us in fine-tuning resource requests in future releases, or at least provide some more guidance to users.

from gitops-operator.

amitkrout avatar amitkrout commented on August 12, 2024

@EagleIJoe On which cluster it is reported ? Screenshot and failure log would be helpful.

from gitops-operator.

jannfis avatar jannfis commented on August 12, 2024

Hey, we do apply some resource limits by default now which might be too low for some larger installations or when using custom plugins.

You can manually alter the limits in the ArgoCD CR. An example to increase memory limit for the repo-server:

spec:
  repo:
    resources:
       limits:
         memory: <some value>

The default limit is 512Mi which should be sufficient for most installations. You can also try and scale out the repo server workload by increasing its numbers of replicas to distribute workload across more pods.

from gitops-operator.

EagleIJoe avatar EagleIJoe commented on August 12, 2024

@jannfis @iam-veeramalla i have the following setup:

  • OpenShift 4.7
  • 100 Apps deployed via appsets pulling from a monorepo
  • rendered via kustomize
  • 1 argocd repo server instance, 1 argocd server instance

So nothing major. What I am seeing now is the infamous "all SubConns are in TransientFailure" errors happening...

This was working fine in GitOps 1.1.2.

from gitops-operator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.