-
Notifications
You must be signed in to change notification settings - Fork 508
br: Log backup sync state with kernel br periodically #6147
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
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6147 +/- ##
==========================================
+ Coverage 57.19% 60.04% +2.84%
==========================================
Files 259 263 +4
Lines 33233 46257 +13024
==========================================
+ Hits 19008 27775 +8767
- Misses 12291 16358 +4067
- Partials 1934 2124 +190
🚀 New features to boost your workflow:
|
/run-pull-e2e-kind-br |
@@ -838,7 +844,7 @@ func (bm *backupManager) makeBRBackupJob(backup *v1alpha1.Backup) (*batchv1.Job, | |||
Name: label.BackupJobLabelVal, | |||
Image: bm.deps.CLIConfig.TiDBBackupManagerImage, | |||
Args: args, | |||
ImagePullPolicy: corev1.PullIfNotPresent, | |||
ImagePullPolicy: corev1.PullAlways, |
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.
Why change the ImagePullPolicy
?
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.
That‘s a mistake.
What problem does this PR solve?
What is changed and how does it work?
Code changes
Tests
Side effects
Related changes
Release Notes
Please refer to Release Notes Language Style Guide before writing the release note.