-
Notifications
You must be signed in to change notification settings - Fork 4.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 rollout cancel and retry bugs #18022
Fix rollout cancel and retry bugs #18022
Conversation
Fix rollout cancel and retry command failures resulting from use of internal types passed to strategic merge patch generation. Other CLI commands already use an internal adapter to support this use case; the deployment rollout commands are now in line with the existing wrapper usages.
1be4b59
to
6bfdc17
Compare
Unit test failure is an upstream panic in metrics registration, haven't found a flake reference yet. Rebasing and retrying.
|
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
/approve
/test cmd |
/test unit |
/test extended_conformance_gce |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ironcladlou, mfojtik, soltysh The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/retest |
1 similar comment
/retest |
Automatic merge from submit-queue (batch tested with PRs 17914, 18021, 18022, 17862, 18043). |
Fix rollout cancel and retry command failures resulting from use of
internal types passed to strategic merge patch generation. Other CLI
commands already use an internal adapter to support this use case; the
deployment rollout commands are now in line with the existing wrapper
usages.
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1530750