From f4b6ab63166cfb00d00b40f135550799bf0148b1 Mon Sep 17 00:00:00 2001 From: litmusbot Date: Wed, 1 Mar 2023 15:37:58 +0000 Subject: [PATCH] 4305237064: version upgraded for chaos-charts --- charts/generic/experiments.yaml | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/charts/generic/experiments.yaml b/charts/generic/experiments.yaml index 66a229a..1221043 100644 --- a/charts/generic/experiments.yaml +++ b/charts/generic/experiments.yaml @@ -1930,7 +1930,7 @@ metadata: spec: definition: scope: Namespaced - permissions: + permissions: # Create and monitor the experiment & helper pods - apiGroups: [""] resources: ["pods"] @@ -1943,10 +1943,10 @@ spec: - apiGroups: [""] resources: ["configmaps"] verbs: ["get","list",] - # Track and get the runner, experiment, and helper pods log + # Track and get the runner, experiment, and helper pods log - apiGroups: [""] resources: ["pods/log"] - verbs: ["get","list","watch"] + verbs: ["get","list","watch"] # for creating and managing to execute comands inside target container - apiGroups: [""] resources: ["pods/exec"] @@ -1955,7 +1955,7 @@ spec: - apiGroups: ["apps"] resources: ["deployments","statefulsets","replicasets", "daemonsets"] verbs: ["list","get"] - # deriving the parent/owner details of the pod(if parent is deploymentConfig) + # deriving the parent/owner details of the pod(if parent is deploymentConfig) - apiGroups: ["apps.openshift.io"] resources: ["deploymentconfigs"] verbs: ["list","get"] @@ -1986,7 +1986,7 @@ spec: - name: TARGET_CONTAINER value: '' - + - name: FILL_PERCENTAGE value: '80' @@ -2019,10 +2019,13 @@ spec: - name: LIB_IMAGE value: 'litmuschaos/go-runner:latest' - # Provide the container runtime path - # Default set to docker container path - - name: CONTAINER_PATH - value: '/var/lib/docker/containers' + # provide the name of container runtime, it supports docker, containerd, crio + - name: CONTAINER_RUNTIME + value: 'containerd' + + # provide the socket file path + - name: SOCKET_PATH + value: '/run/containerd/containerd.sock' ## it defines the sequence of chaos execution for multiple target pods ## supported values: serial, parallel @@ -2033,7 +2036,7 @@ spec: name: disk-fill app.kubernetes.io/part-of: litmus app.kubernetes.io/component: experiment-job - app.kubernetes.io/host-path-usage: "true" + app.kubernetes.io/host-path-usage: "true" app.kubernetes.io/version: latest ---