-
Notifications
You must be signed in to change notification settings - Fork 48
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 issue with local provider for etcd-backup-restore distroless image #662
Conversation
0c01be9
to
6cd1350
Compare
6cd1350
to
900d847
Compare
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.
@aaronfern thanks for the fix! Other than couple of nits, looks good.
/needs cherry-pick |
900d847
to
9e97d6b
Compare
9e97d6b
to
465c803
Compare
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
/test pull-etcd-druid-e2e-kind |
/test pull-etcd-druid-e2e-kind-alpha-features |
/test pull-etcd-druid-e2e-kind-alpha-features |
/test pull-etcd-druid-e2e-kind |
/test pull-etcd-druid-e2e-kind-alpha-features |
1 similar comment
/test pull-etcd-druid-e2e-kind-alpha-features |
…istroless image (#662) and fix failing e2e-test infra setup job (#661) (#663) * Fix failing e2e-test infra setup job (#661) * Fix issue with Local provider for etcd-backup-restore distroless image (#662) --------- Co-authored-by: Aaron Francis Fernandes <[email protected]> Co-authored-by: Shreyas Rao <[email protected]>
How to categorize this PR?
/kind bug
What this PR does / why we need it:
Local
provider where the snapshots were saved in a different directory than what was expected.etcdcopybackupstask
job was not correctly adapted for theLocal
provider when distrolessetcd-backup-restore
image was integrated. It also used incorrectsnapstore-temp-directory
for distroless etcd-backup-restore container.This PR fixed both these issues
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Release note: