Use Patch instead of Update for Deployment scaling#1634
Use Patch instead of Update for Deployment scaling#1634aryan9600 merged 1 commit intofluxcd:mainfrom
Patch instead of Update for Deployment scaling#1634Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1634 +/- ##
==========================================
- Coverage 34.10% 34.09% -0.01%
==========================================
Files 282 282
Lines 20557 20554 -3
==========================================
- Hits 7011 7008 -3
Misses 12616 12616
Partials 930 930 ☔ View full report in Codecov by Sentry. |
Patch instead of Update for Deployment scaling
aryan9600
left a comment
There was a problem hiding this comment.
if its not too much trouble, could you make the same change for the Daemonset controller?
|
@aryan9600 I pushed an attempt to solve that for the DS controller, but I'm not convinced it's the right way to go. Since we don't have a |
|
okay, then lets keep that out of this PR. we can look into it outside of here. |
a39851c to
7306d56
Compare
|
Cool. I've removed the commit with the changes to the DS controller and we can revisit it in a separate PR. |
This should avoid frequent "Operation cannot be fulfilled" errors from polluting Canary resource events and logs. Signed-off-by: Aurel Canciu <aurel.canciu@nexhealth.com>
7306d56 to
553184b
Compare
|
1 small question here, can we have multiple fields that can be patched with a single command? Like if replicas and labels both need to be patched. |
This should avoid frequent "Operation cannot be fulfilled" errors from polluting Canary resource events and logs.