What this PR does / why we need it:
This PR allows use containerd instead of docker.
Why is this PR important? What is the user impact?
Containerd works better than docker. It is lighter and more efficient.
No more bug with docker. When docker crashed it filled the disk very quickly with his log and so on fill the bosh director.
How can this PR be verified?
Add Is there any change in kubo-deployment?
new kubelet property is added to kubelet job spec file:
container-runtime:
description: "The container runtime job can be containerd or docker"
default: docker
so by default no change in kubo-deployment
If you plan to use containerd use these operator (with or without proxy setting)
Add a new kubelet parameter to allow use of containerd instead of docker. It will switch the monit dependency from docker to containerd and change his post deploy to load provisionned docker image by ctr instead of docker.
What this PR does / why we need it: This PR allows use containerd instead of docker.
Why is this PR important? What is the user impact? Containerd works better than docker. It is lighter and more efficient. No more bug with docker. When docker crashed it filled the disk very quickly with his log and so on fill the bosh director. How can this PR be verified? Add
Is there any change in kubo-deployment? new kubelet property is added to kubelet job spec file:
so by default no change in kubo-deployment If you plan to use containerd use these operator (with or without proxy setting)
by default the Is there any change in kubo-ci? no
Does this affect upgrade, or is there any migration required? no
Which issue(s) this PR fixes: fix https://github.com/cloudfoundry-incubator/kubo-release/issues/371
Release note: