Dedupe on-prem bootstrap manifests#2071
Dedupe on-prem bootstrap manifests#2071openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Conversation
|
/test e2e-openstack |
cgwalters
left a comment
There was a problem hiding this comment.
/approve
the idea in general (and we should likely do the same with the kubelet systemd unit).
But this is a nontrivial change without an immediate bug it's fixing (right?) so I'm adding the 4.7 label.
You are correct. Thanks! |
|
/test e2e-metal-ipi |
|
/retest |
cybertron
left a comment
There was a problem hiding this comment.
Cool, this is a big improvement! A couple of things inline.
7851af9 to
702e637
Compare
|
/retest |
|
I'm thrilled to see that. |
See #2079 |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/lgtm cancel I don't think we want the bot to sit here and retest until 4.7 opens. |
|
/retest |
702e637 to
4771fc3
Compare
|
/retest |
|
/test e2e-ovirt |
|
@bcrochet: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
|
/retest |
Currently, all of the on-prem platforms duplicate the manifests needed for bootstrap. There is a small difference in all of them, and these can be gotten rid of by moving some of the template code into functions in Go.
4771fc3 to
eb9ee78
Compare
|
/test e2e-ovirt |
|
/test e2e-gcp-op |
|
/test e2e-agnostic-upgrade |
|
/test okd-e2e-aws |
|
/test e2e-aws |
|
/test okd-e2e-aws |
|
/test e2e-gcp-op |
|
/test okd-e2e-aws |
|
/retest |
|
/test e2e-gcp-op |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bcrochet, cgwalters, ravidbro 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 |
|
Thanks for pushing this through! |
- What I did
Currently, all of the on-prem platforms duplicate the manifests needed for
bootstrap. There is a small difference in all of them, and these can be
gotten rid of by moving some of the template code into functions in Go.
- How to verify it
Verify that on-prem platforms can still deploy.
- Description for the changelog
Dedupe bootstrap manifests for on-prem platforms.