-
Notifications
You must be signed in to change notification settings - Fork 147
ETCD-681: Add etcd-backup-server container within separate daemonset #1354
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
Conversation
|
@Elbehery: This pull request references ETCD-681 which is a valid jira issue. In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/hold still WIP |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Elbehery The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
0d1d456 to
7a70831
Compare
pkg/operator/periodicbackupcontroller/periodicbackupcontroller.go
Outdated
Show resolved
Hide resolved
7a70831 to
99f31b8
Compare
|
/label tide/merge-method-squash |
125c590 to
3b86c6a
Compare
|
/retest-required |
d5e259b to
d874214
Compare
|
/retest-required |
cb84961 to
4d33aa7
Compare
|
Tested with this PR atop of CR used backups are being taken on each master node backup-server-daemon-set-nzx9p pod/backup-server-daemon-set-f65np pod/backup-server-daemon-set-cbmvm |
|
During testing, I had issues with creating the correct Therefore, has chosen to use the manifest used for testing Also all these ENVs are not needed, just the init-container is enough |
|
/test unit |
|
Result of test final test CR Used Result from Comment
oc describe pod/backup-server-daemon-set-555xg -n openshift-etcd oc describe pod/backup-server-daemon-set-85ptk -n openshift-etcd oc describe pod/backup-server-daemon-set-mcbqc -n openshift-etcd |
|
oc rsh -n openshift-etcd pod/backup-server-daemon-set-555xg oc rsh -n openshift-etcd pod/backup-server-daemon-set-85ptk oc rsh -n openshift-etcd pod/backup-server-daemon-set-mcbqc |
|
/retest-required |
5403ca0 to
62d9bb5
Compare
62d9bb5 to
ac9675c
Compare
|
/retest-required |
1 similar comment
|
/retest-required |
pkg/operator/periodicbackupcontroller/periodicbackupcontroller.go
Outdated
Show resolved
Hide resolved
pkg/operator/periodicbackupcontroller/periodicbackupcontroller.go
Outdated
Show resolved
Hide resolved
pkg/operator/periodicbackupcontroller/periodicbackupcontroller.go
Outdated
Show resolved
Hide resolved
pkg/operator/periodicbackupcontroller/periodicbackupcontroller.go
Outdated
Show resolved
Hide resolved
|
|
||
| if defaultFound { | ||
| mirrorPods, err := c.podLister.List(labels.Set{"app": "etcd"}.AsSelector()) | ||
| if !defaultFound { |
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.
Do we need if !defaultFound here? When default DS is found we do continue, so any DS reaching this if is not default anyway
pkg/operator/periodicbackupcontroller/periodicbackupcontroller.go
Outdated
Show resolved
Hide resolved
|
/assign @wking |
25bb204 to
1f1b1a7
Compare
|
/retest-required |
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
|
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/remove-lifecycle stale |
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
|
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
|
@Elbehery: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
|
@openshift-bot: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
resolves https://issues.redhat.com/browse/ETCD-681