mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
16 lines
503 B
YAML
16 lines
503 B
YAML
---
|
|
- name: Test cri-dockerd
|
|
import_playbook: ../../../molecule/test_cri.yml
|
|
vars:
|
|
container_manager: cri-dockerd
|
|
cri_socket: unix:///var/run/cri-dockerd.sock
|
|
cri_name: docker
|
|
|
|
- name: Test running a container with docker
|
|
import_playbook: ../../../molecule/test_runtime.yml
|
|
vars:
|
|
container_runtime: docker
|
|
# cri-dockerd does not support multiple runtime handler before 0.4.0
|
|
# https://github.com/Mirantis/cri-dockerd/pull/350
|
|
# TODO: check this when we upgrade cri-dockerd
|