-
Notifications
You must be signed in to change notification settings - Fork 462
[release-4.5] Bug 1845636: etcd-quorum-guard: update containers section in deployment.yaml #1819
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
[release-4.5] Bug 1845636: etcd-quorum-guard: update containers section in deployment.yaml #1819
Conversation
|
@kikisdeliveryservice: This pull request references Bugzilla bug 1845636, which is valid. The bug has been updated to refer to the pull request using the external bug tracker. 6 validation(s) were run on this bug
DetailsIn 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/test-infra repository. |
|
one mistake /hold |
Made the following changes as settings were not getting picked up: - move and correct initialDelaySeconds and periodSeconds - reorder container sub-elements to nest image under name - add failureThreshold and timeoutSeconds Closes: BZ 1845636
785c0df to
67c5fde
Compare
|
ok should be good /hold cancel |
|
/retest |
2 similar comments
|
/retest |
|
/retest |
|
this test is broken |
|
/override ci/prow/e2e-aws-disruptive |
|
@kikisdeliveryservice: Overrode contexts on behalf of kikisdeliveryservice: ci/prow/e2e-aws-disruptive DetailsIn 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/test-infra repository. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hexfusion, kikisdeliveryservice The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/assign @ashcrow |
|
Backport of #1818 |
|
/retest |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
@kikisdeliveryservice: All pull requests linked via external trackers have merged: openshift/machine-config-operator#1819. Bugzilla bug 1845636 has been moved to the MODIFIED state. DetailsIn 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/test-infra repository. |
Made the following changes as settings were not getting
picked up:
Closes: BZ 1845636