[cern] upgrade docker-ce version in k8s
Add label to specify the docker-ce version to use in a kubernetes cluster. This will replace the available dockerd in the image, which is often quite old.
Fixes OS-7273.
Merge request reports
Activity
the patch looks good.
The only issue that we need to keep in mind is that docker will be already running and probably will have some containers, coredns or dashboard/heapster.
Since the script is small we may be able to keep it as a software config in user data before enabling services [0].
I don't know how we can test outside devstack, maybe teststack.
[k8s] Set order in kubemaster software deployments https://review.openstack.org/#/c/591592/
I would try putting the software config here: https://gitlab.cern.ch/cloud-infrastructure/magnum/blob/cern-queens/magnum/drivers/k8s_fedora_atomic_v1/templates/kubemaster.yaml#L679
added 2 commits