kubernetes/cmd/kubeadm/app
Thomas Riccardi 068cdaa56c Recognize newer docker versions without -ce/-ee suffix
Since docker 18.09, the ServerVersion field format changed: the `-ce`
or `-ee` suffix disappeared:

- docker 18.06: `18.06.1-ce`
- docker 18.09: `18.09.0`

This was not expected by the docker_validator version regexp, which
assumed newer docker versions ended with `-[a-z]{2}`.
This made the validator return an error, whereas we expect it to
return only a warning (by recognizing it as a newer but not yet
supported docker version).

This commit relax the version regexp to also recognize `18.09.0`.
The docker validator now returns a warning, as tested.
2018-11-13 18:55:29 +01:00
..
apis/kubeadm Remove DynamicKubeletConfig from init and join workflow, also remove DynamicKubeletConfig feature gate 2018-11-13 11:56:24 -02:00
cmd Remove DynamicKubeletConfig from init and join workflow, also remove DynamicKubeletConfig feature gate 2018-11-13 11:56:24 -02:00
componentconfigs Fix typos on cmd/kubeadm/app/cmd 2018-10-31 16:32:02 -03:00
constants autogenerated 2018-11-10 17:27:51 +01:00
discovery kubeadm: Remove cluster name from JoinConfiguration 2018-11-08 23:29:52 +01:00
features Remove DynamicKubeletConfig from init and join workflow, also remove DynamicKubeletConfig feature gate 2018-11-13 11:56:24 -02:00
images autogenerated 2018-11-10 17:27:51 +01:00
phases Remove DynamicKubeletConfig from init and join workflow, also remove DynamicKubeletConfig feature gate 2018-11-13 11:56:24 -02:00
preflight kubeadm refactor joinControlPlane config 2018-11-10 17:36:49 +01:00
util Recognize newer docker versions without -ce/-ee suffix 2018-11-13 18:55:29 +01:00
BUILD kubeadm: graduate mark-control-plane phase 2018-11-11 04:56:55 +02:00
kubeadm.go Move from glog to klog 2018-11-10 07:50:31 -05:00