-
Notifications
You must be signed in to change notification settings - Fork 242
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 #896
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 |
LGTM label has been added. Git tree hash: f0b64c4d6afefc2430b7be6989cdb6de18e3d34d
|
/retest |
/hold |
/retest |
/override pull-kubeone-e2e-aws-conformance-1.16 |
/hold cancel |
@xmudrii: Overrode contexts on behalf of xmudrii: pull-kubeone-e2e-aws-conformance-1.16, pull-kubeone-e2e-aws-conformance-1.17, pull-kubeone-e2e-aws-conformance-1.18 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. |
/cherrypick release/v0.11 |
@kron4eg: #896 failed to apply on top of branch "release/v0.11":
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. This fixes the incompatibilities between CLI and daemon, causing provisioning to fail.Before this fix, we were getting the following error when trying to provision the cluster:
This error was present at the
Running kubeadm
phase. It was happening because the latest Docker CLI requires the daemon supporting API version 1.40 or newer.Does this PR introduce a user-facing change?:
/assign @kron4eg