diff --git a/charts/generic/container-kill/experiment.yaml b/charts/generic/container-kill/experiment.yaml index ef60806..b5d8c00 100644 --- a/charts/generic/container-kill/experiment.yaml +++ b/charts/generic/container-kill/experiment.yaml @@ -55,8 +55,8 @@ spec: - name: CHAOS_INTERVAL value: '10' - # provide the container runtime path for containerd - # applicable only for containerd runtime + # provide the container runtime path + # applicable only for containerd and crio runtime - name: CONTAINER_PATH value: '/run/containerd/containerd.sock' diff --git a/charts/generic/pod-network-corruption/engine.yaml b/charts/generic/pod-network-corruption/engine.yaml index 21a1098..8d147b9 100644 --- a/charts/generic/pod-network-corruption/engine.yaml +++ b/charts/generic/pod-network-corruption/engine.yaml @@ -36,4 +36,15 @@ spec: value: 'eth0' - name: TOTAL_CHAOS_DURATION - value: '60' # in seconds \ No newline at end of file + value: '60' # in seconds + + # provide the name of container runtime + # it supports docker, containerd, crio + # default to docker + - name: CONTAINER_RUNTIME + value: 'docker' + + # provide the container runtime path + # applicable only for containerd and crio runtime + - name: CONTAINER_PATH + value: '/run/containerd/containerd.sock' \ No newline at end of file diff --git a/charts/generic/pod-network-corruption/experiment.yaml b/charts/generic/pod-network-corruption/experiment.yaml index 129cc4d..55c7bd0 100644 --- a/charts/generic/pod-network-corruption/experiment.yaml +++ b/charts/generic/pod-network-corruption/experiment.yaml @@ -61,7 +61,7 @@ spec: value: '' - name: LIB - value: 'pumba' + value: 'litmus' ## percentage of total pods to target - name: PODS_AFFECTED_PERC @@ -69,5 +69,16 @@ spec: - name: TARGET_POD value: '' + + # provide the name of container runtime + # it supports docker, containerd, crio + # default to docker + - name: CONTAINER_RUNTIME + value: 'docker' + + # provide the container runtime path + # applicable only for containerd and crio runtime + - name: CONTAINER_PATH + value: '/run/containerd/containerd.sock' labels: name: pod-network-corruption diff --git a/charts/generic/pod-network-duplication/engine.yaml b/charts/generic/pod-network-duplication/engine.yaml index 7954b44..6dd3db5 100644 --- a/charts/generic/pod-network-duplication/engine.yaml +++ b/charts/generic/pod-network-duplication/engine.yaml @@ -41,3 +41,14 @@ spec: #If not provided it will take the first container of the target pod - name: TARGET_CONTAINER value: '' + + # provide the name of container runtime + # it supports docker, containerd, crio + # default to docker + - name: CONTAINER_RUNTIME + value: 'docker' + + # provide the container runtime path + # applicable only for containerd and crio runtime + - name: CONTAINER_PATH + value: '/run/containerd/containerd.sock' diff --git a/charts/generic/pod-network-duplication/experiment.yaml b/charts/generic/pod-network-duplication/experiment.yaml index 29164db..4937c35 100644 --- a/charts/generic/pod-network-duplication/experiment.yaml +++ b/charts/generic/pod-network-duplication/experiment.yaml @@ -54,7 +54,7 @@ spec: value: '100' # in percentage - name: LIB - value: 'pumba' + value: 'litmus' - name: TARGET_POD value: '' @@ -66,5 +66,16 @@ spec: - name: LIB_IMAGE value: 'litmuschaos/go-runner:latest' + # provide the name of container runtime + # it supports docker, containerd, crio + # default to docker + - name: CONTAINER_RUNTIME + value: 'docker' + + # provide the container runtime path + # applicable only for containerd and crio runtime + - name: CONTAINER_PATH + value: '/run/containerd/containerd.sock' + labels: name: pod-network-duplication diff --git a/charts/generic/pod-network-latency/engine.yaml b/charts/generic/pod-network-latency/engine.yaml index f0406c1..2b5519b 100644 --- a/charts/generic/pod-network-latency/engine.yaml +++ b/charts/generic/pod-network-latency/engine.yaml @@ -40,3 +40,14 @@ spec: - name: TOTAL_CHAOS_DURATION value: '60' # in seconds + + # provide the name of container runtime + # it supports docker, containerd, crio + # default to docker + - name: CONTAINER_RUNTIME + value: 'docker' + + # provide the container runtime path + # applicable only for containerd and crio runtime + - name: CONTAINER_PATH + value: '/run/containerd/containerd.sock' diff --git a/charts/generic/pod-network-latency/experiment.yaml b/charts/generic/pod-network-latency/experiment.yaml index dc21119..16f0646 100644 --- a/charts/generic/pod-network-latency/experiment.yaml +++ b/charts/generic/pod-network-latency/experiment.yaml @@ -61,7 +61,7 @@ spec: value: '' - name: LIB - value: 'pumba' + value: 'litmus' ## percentage of total pods to target - name: PODS_AFFECTED_PERC @@ -69,5 +69,17 @@ spec: - name: TARGET_POD value: '' + + # provide the name of container runtime + # it supports docker, containerd, crio + # default to docker + - name: CONTAINER_RUNTIME + value: 'docker' + + # provide the container runtime path + # applicable only for containerd and crio runtime + - name: CONTAINER_PATH + value: '/run/containerd/containerd.sock' + labels: name: pod-network-latency diff --git a/charts/generic/pod-network-loss/engine.yaml b/charts/generic/pod-network-loss/engine.yaml index 2dda3d7..ac814d8 100644 --- a/charts/generic/pod-network-loss/engine.yaml +++ b/charts/generic/pod-network-loss/engine.yaml @@ -41,4 +41,15 @@ spec: - name: TOTAL_CHAOS_DURATION value: '60' # in seconds + + # provide the name of container runtime + # it supports docker, containerd, crio + # default to docker + - name: CONTAINER_RUNTIME + value: 'docker' + + # provide the container runtime path + # applicable only for containerd and crio runtime + - name: CONTAINER_PATH + value: '/run/containerd/containerd.sock' \ No newline at end of file diff --git a/charts/generic/pod-network-loss/experiment.yaml b/charts/generic/pod-network-loss/experiment.yaml index 45d818a..e083e3d 100644 --- a/charts/generic/pod-network-loss/experiment.yaml +++ b/charts/generic/pod-network-loss/experiment.yaml @@ -61,7 +61,7 @@ spec: value: '' - name: LIB - value: 'pumba' + value: 'litmus' ## percentage of total pods to target - name: PODS_AFFECTED_PERC @@ -69,5 +69,16 @@ spec: - name: TARGET_POD value: '' + + # provide the name of container runtime + # it supports docker, containerd, crio + # default to docker + - name: CONTAINER_RUNTIME + value: 'docker' + + # provide the container runtime path + # applicable only for containerd and crio runtime + - name: CONTAINER_PATH + value: '/run/containerd/containerd.sock' labels: name: pod-network-loss