From 0c0955391cf93fcd307009bf5525bcaf9ba1c1e8 Mon Sep 17 00:00:00 2001 From: Shubham Chaudhary Date: Tue, 28 Jan 2020 18:51:37 +0530 Subject: [PATCH] (feat): Added containerd runtime for container-kill chart (#128) Signed-off-by: shubhamchaudhary --- charts/generic/container-kill/experiment.yaml | 8 +++++--- charts/openebs/openebs-target-pod-failure/experiment.yaml | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/charts/generic/container-kill/experiment.yaml b/charts/generic/container-kill/experiment.yaml index 1c28d08..f4fdcce 100644 --- a/charts/generic/container-kill/experiment.yaml +++ b/charts/generic/container-kill/experiment.yaml @@ -47,13 +47,15 @@ spec: - name: RAMP_TIME value: '' - # It only supports pumba + # It supports pumba and containerd - name: LIB value: 'pumba' - # provide lib image + # LIB_IMAGE can be - gaiaadm/pumba:0.4.8, gprasath/crictl:ci + # For pumba image use: gaiaadm/pumba:0.4.8 + # For containerd image use: gprasath/crictl:ci - name: LIB_IMAGE value: 'gaiaadm/pumba:0.4.8' labels: - name: container-kill + name: container-kill \ No newline at end of file diff --git a/charts/openebs/openebs-target-pod-failure/experiment.yaml b/charts/openebs/openebs-target-pod-failure/experiment.yaml index 5e67d9a..9e2f862 100644 --- a/charts/openebs/openebs-target-pod-failure/experiment.yaml +++ b/charts/openebs/openebs-target-pod-failure/experiment.yaml @@ -41,11 +41,11 @@ spec: - "list" - "patch" - "update" - - apiGroups: + - apiGroups: - "" - resources: + resources: - "nodes" - verbs: + verbs: - "get" - "list" image: "litmuschaos/ansible-runner:latest"