forked from argoproj/argo-cd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add
ignoreResourceUpdates
to reduce controller CPU usage (arg…
…oproj#13534) (argoproj#13912) * feat: ignore watched resource update Signed-off-by: Alexandre Gaudreault <[email protected]> * add doc and CLI Signed-off-by: Alexandre Gaudreault <[email protected]> * update doc index Signed-off-by: Alexandre Gaudreault <[email protected]> * add command Signed-off-by: Alexandre Gaudreault <[email protected]> * codegen Signed-off-by: Alexandre Gaudreault <[email protected]> * revert formatting Signed-off-by: Alexandre Gaudreault <[email protected]> * do not skip on health change Signed-off-by: Alexandre Gaudreault <[email protected]> * update doc Signed-off-by: Alexandre Gaudreault <[email protected]> * update logging to use context Signed-off-by: Alexandre Gaudreault <[email protected]> * fix typos. local build broken... Signed-off-by: Alexandre Gaudreault <[email protected]> * change after review Signed-off-by: Alexandre Gaudreault <[email protected]> * manifestHash to string Signed-off-by: Alexandre Gaudreault <[email protected]> * more doc Signed-off-by: Alexandre Gaudreault <[email protected]> * example for argoproj Application Signed-off-by: Alexandre Gaudreault <[email protected]> * add unit test for ignored logs Signed-off-by: Alexandre Gaudreault <[email protected]> * codegen Signed-off-by: Alexandre Gaudreault <[email protected]> * Update docs/operator-manual/reconcile.md Co-authored-by: Michael Crenshaw <[email protected]> Signed-off-by: Alexandre Gaudreault <[email protected]> * move hash and set log to debug Signed-off-by: Alexandre Gaudreault <[email protected]> * Update util/settings/settings.go Co-authored-by: Michael Crenshaw <[email protected]> Signed-off-by: Alexandre Gaudreault <[email protected]> * Update util/settings/settings.go Co-authored-by: Michael Crenshaw <[email protected]> Signed-off-by: Alexandre Gaudreault <[email protected]> * feature flag Signed-off-by: Michael Crenshaw <[email protected]> * fix Signed-off-by: Michael Crenshaw <[email protected]> * less aggressive managedFields ignore rule Signed-off-by: Michael Crenshaw <[email protected]> * Update docs/operator-manual/reconcile.md Co-authored-by: Alexandre Gaudreault <[email protected]> * use local settings Signed-off-by: Michael Crenshaw <[email protected]> * latest settings Signed-off-by: Michael Crenshaw <[email protected]> * safety first Signed-off-by: Michael Crenshaw <[email protected]> * since it's behind a feature flag, go aggressive on overrides Signed-off-by: Michael Crenshaw <[email protected]> --------- Signed-off-by: Alexandre Gaudreault <[email protected]> Signed-off-by: Michael Crenshaw <[email protected]> Co-authored-by: Michael Crenshaw <[email protected]>
- Loading branch information
Showing
24 changed files
with
1,509 additions
and
677 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.