-
Notifications
You must be signed in to change notification settings - Fork 42.1k
Upgrade kubeadm's version of docker support #68495
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
Conversation
|
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
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. |
|
/assign @fabriziopandini |
|
/ok-to-test |
|
We'll have to check in the issue tracker, but sticking to 17.03 was because of problems, that users were having with newer versions than this. |
|
I'm not aware of what is the docker version supported/validated by sig-node and by kubernetes test infrastructure; I'm also a little bit concerned about changing this at this time of the cycle... BTW, if we go for this change, this deserves a release note and we should plan for changing documentation as well. |
|
AFAIK SIG node have not verified 17.09 and they are not going to. my vote would be to still recommend 17.03, but deferring to @timothysc for the final call. |
💯 |
|
Unless SIG-node give us the go signal, we probably shouldn't do anything. The missing warning can cause trouble for users and difficult to trace problems... On the other hand, we can investigate what SIG-node folks are doing in this case:
|
|
@yuansisi I hope, that we can reopen this, once SIG-node gives us the go call. |
| const ( | ||
| dockerConfigPrefix = "DOCKER_" | ||
| maxDockerValidatedVersion = "17.03" | ||
| maxDockerValidatedVersion = "17.09" |
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 should be 18.06
/cc @kubernetes/sig-cluster-lifecycle-pr-reviews
neolit123
left a comment
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.
@yuansisi
please update the version to 18.06.
a68319e to
b21c60a
Compare
|
/assign @deads2k |
821092c to
97c9fa3
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: neolit123, timothysc, yuansisi 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 |
|
docker 18.06 will be the recommend for kubernetes 1.12 ? |
|
@gabrielfsousa yes. |
|
cool !!!! |
|
the changelog still is the old one |
|
same as etcd, same issue #69216 |
What this PR does / why we need it:
I suggest that the docker version can be updated to 17.09
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Special notes for your reviewer:
Release note: