chore(container-kill): Adding all the CRI in litmus lib (#305)

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
Shubham Chaudhary
2020-08-27 23:28:16 +05:30
committed by GitHub
parent 8d3350f86c
commit 6cd57dc2a3
2 changed files with 19 additions and 5 deletions

View File

@@ -34,4 +34,15 @@ spec:
# provide the total chaos duration
- name: TOTAL_CHAOS_DURATION
value: '20'
# provide the name of container runtime
# it supports docker, containerd, crio
# default to docker
- name: CONTAINER_RUNTIME
value: 'docker'
# provide the container runtime path for containerd
# applicable only for containerd runtime
- name: CONTAINER_PATH
value: '/run/containerd/containerd.sock'