-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Enable ignoreResourceUpdate by default with known high churn resources #19992
Labels
component:config-management
Tools specific issues (helm, kustomize etc)
component:sync
enhancement
New feature or request
more-information-needed
Further information is requested
Milestone
Comments
14 tasks
agaudreault
pushed a commit
that referenced
this issue
Oct 10, 2024
Signed-off-by: jaehanbyun <[email protected]>
austin5219
pushed a commit
to austin5219/argo-cd
that referenced
this issue
Oct 16, 2024
…#20303) Signed-off-by: jaehanbyun <[email protected]> Signed-off-by: austin5219 <[email protected]>
Can we enable ignore updates and differences for the status field for all resources? Or is it for v3? |
adriananeci
pushed a commit
to adriananeci/argo-cd
that referenced
this issue
Dec 4, 2024
…#20303) Signed-off-by: jaehanbyun <[email protected]> Signed-off-by: Adrian Aneci <[email protected]>
FYI - Since v2.14 Here are some suggestions on what to ignore from the docs I don't quite follow the first one for
Maybe we don't need Some ones I use:
|
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component:config-management
Tools specific issues (helm, kustomize etc)
component:sync
enhancement
New feature or request
more-information-needed
Further information is requested
Summary
The feature is behind a flag. We should enable
resource.ignoreResourceUpdatesEnabled: true
by default the argocd-cm ConfigMap.Motivation
No undesired effect has been reported since it has been implemented. Argo operators will likely experience problems until they find that flag and turn it on. If it is on by default, argo performance will be sustainable with default configurations for longer. CPU will be less and new/existing users are less likely to deploy Argo on instances with a lot of CPU request/limits, saving cost.
Proposal
The text was updated successfully, but these errors were encountered: