-
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
fix(cli): add flags to admin import for retrying updates on conflicts and skipping resources with specific labels. #21694
Conversation
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
e3ff2cb
to
cd94425
Compare
e9025ca
to
9b766ea
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #21694 +/- ##
==========================================
- Coverage 55.41% 53.71% -1.71%
==========================================
Files 339 339
Lines 57200 56836 -364
==========================================
- Hits 31700 30528 -1172
- Misses 22829 23699 +870
+ Partials 2671 2609 -62 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm. Few nitpicks and if you could update the PR description to reflect the changes that would be awesome
c12faf6
to
5210a54
Compare
5210a54
to
d3dc331
Compare
b7af0e0
to
869c9be
Compare
Signed-off-by: asingh51 <[email protected]>
Signed-off-by: asingh51 <[email protected]>
Signed-off-by: asingh51 <[email protected]>
Signed-off-by: asingh51 <[email protected]>
Signed-off-by: asingh51 <[email protected]>
Signed-off-by: asingh51 <[email protected]>
Signed-off-by: asingh51 <[email protected]> fix: resource update when conflict Signed-off-by: asingh51 <[email protected]> fix: resource update when conflict Signed-off-by: asingh51 <[email protected]> fix: resource update when conflict Signed-off-by: asingh51 <[email protected]>
Signed-off-by: asingh51 <[email protected]>
Signed-off-by: asingh51 <[email protected]>
Signed-off-by: asingh51 <[email protected]>
Signed-off-by: asingh51 <[email protected]>
Signed-off-by: asingh51 <[email protected]>
Signed-off-by: asingh51 <[email protected]>
Signed-off-by: asingh51 <[email protected]>
Co-authored-by: Michael Crenshaw <[email protected]> Signed-off-by: Ashu <[email protected]> Signed-off-by: asingh51 <[email protected]>
Co-authored-by: Michael Crenshaw <[email protected]> Signed-off-by: Ashu <[email protected]> Signed-off-by: asingh51 <[email protected]>
Co-authored-by: Michael Crenshaw <[email protected]> Signed-off-by: Ashu <[email protected]> Signed-off-by: asingh51 <[email protected]>
Signed-off-by: asingh51 <[email protected]>
Signed-off-by: asingh51 <[email protected]>
Signed-off-by: asingh51 <[email protected]>
Signed-off-by: asingh51 <[email protected]>
Signed-off-by: asingh51 <[email protected]>
Signed-off-by: asingh51 <[email protected]>
869c9be
to
ef0fdea
Compare
argocd admin import
fails occasionally due toresourceVersion
mismatch--override-on-conflict
// when flag is added the resource will be forcefully updated.--skip-resources-with-label
//skip certain resources based on the labels