[docker] use cri-dockerd instead of dockershim for any kubernetes version deployed with docker as the container_manager

This commit is contained in:
Calin Cristian Andrei
2022-06-06 18:18:22 +03:00
committed by Kubernetes Prow Robot
parent ec01b40e85
commit fad296616c
9 changed files with 5 additions and 35 deletions

View File

@@ -8,13 +8,7 @@ Using the docker container manager:
container_manager: docker
```
Using `cri-dockerd` instead of `dockershim`:
```yaml
cri_dockerd_enabled: false
```
*Note:* The `cri_dockerd_enabled: true` setting will become the default in a future kubespray release once kubespray 1.24+ is supported and `dockershim` is removed. At that point, changing this option will be deprecated and silently ignored.
*Note:* `cri-dockerd` has replaced `dockershim` across supported kubernetes version in kubespray 2.20.
Enabling the `overlay2` graph driver: