-
Notifications
You must be signed in to change notification settings - Fork 132
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
Bind docker-ce-cli to the same version as docker-ce #759
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: xmudrii 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 |
/retest |
LGTM label has been added. Git tree hash: 5ed9dc07be024d7fb0a3e5183256308c4d67338a
|
/retest Review the full test history Silence the bot with an Also, here is a cat. |
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/test-infra repository. |
/hold |
/retest |
5c35416
to
91afd2b
Compare
/retest |
LGTM label has been added. Git tree hash: 7165187a64f47fedc9c960c080d8e227e1ffb2f4
|
/retest |
@@ -271,6 +273,7 @@ write_files: | |||
{{- /* If something failed during package installation but docker got installed, we need to put it on hold */}} | |||
apt-mark hold docker.io || true | |||
apt-mark hold docker-ce || true | |||
apt-mark hold docker-ce-cli || true |
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.
This is not a blocker but I would have done it in one single line:
apt-mark hold docker-ce docker-ce-cli || true
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.
That's a good point, but let's leave it for a follow-up along with CR_PKG
. Tests are already running and I think we should try to get this merged as soon as possible.
LGTM |
/test pull-machine-controller-e2e-deployment-upgrade |
/test pull-kubermatic-machine-controller-validate-prow-yaml |
1 similar comment
/test pull-kubermatic-machine-controller-validate-prow-yaml |
/retest |
3 similar comments
/retest |
/retest |
/retest |
/test pull-machine-controller-e2e-kubevirt |
/retest |
/test pull-machine-controller-e2e-vsphere |
/test pull-machine-controller-e2e-azure |
/test pull-machine-controller-e2e-openstack |
/retest |
5 similar comments
/retest |
/retest |
/retest |
/retest |
/retest |
/hold cancel |
/cherrypick release/v1.10 |
@xmudrii: #759 failed to apply on top of branch "release/v1.10":
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/test-infra repository. |
What this PR does / why we need it:
This PR binds the
docker-ce-cli
package to the same version as thedocker-ce
package for Ubuntu, CentOS, and RHEL. As far as I know, there's nothing to do for CentOS/Flatcar and SLES. This is supposed to fix the incompatibilities between CLI and daemon.Before this fix, the health-monitor script was logging the following error:
Relevant: kubermatic/kubeone#896
Optional Release Note:
/assign @kron4eg