diff --git a/charts/cassandra/experiments.yaml b/charts/cassandra/experiments.yaml index af4d6bf..6436afa 100644 --- a/charts/cassandra/experiments.yaml +++ b/charts/cassandra/experiments.yaml @@ -98,6 +98,11 @@ spec: - name: FORCE value: '' + ## it defines the sequence of chaos execution for multiple target pods + ## supported values: serial, parallel + - name: SEQUENCE + value: 'parallel' + ## env var that describes the library used to execute the chaos ## default: litmus. Supported values: litmus - name: LIB diff --git a/charts/generic/experiments.yaml b/charts/generic/experiments.yaml index 95500e7..41bada1 100644 --- a/charts/generic/experiments.yaml +++ b/charts/generic/experiments.yaml @@ -90,6 +90,11 @@ spec: - name: SOCKET_PATH value: '/run/containerd/containerd.sock' + ## it defines the sequence of chaos execution for multiple target pods + ## supported values: serial, parallel + - name: SEQUENCE + value: 'parallel' + labels: name: pod-network-duplication @@ -328,6 +333,11 @@ spec: - name: CONTAINER_PATH value: '/var/lib/docker/containers' + ## it defines the sequence of chaos execution for multiple target pods + ## supported values: serial, parallel + - name: SEQUENCE + value: 'parallel' + labels: name: disk-fill @@ -548,6 +558,11 @@ spec: - name: TARGET_POD value: '' + + ## it defines the sequence of chaos execution for multiple target pods + ## supported values: serial, parallel + - name: SEQUENCE + value: 'parallel' labels: name: pod-cpu-hog @@ -621,6 +636,11 @@ spec: - name: LIB_IMAGE value: 'gaiaadm/pumba' + ## it defines the sequence of chaos execution for multiple target pods + ## supported values: serial, parallel + - name: SEQUENCE + value: 'parallel' + - name: TARGET_POD value: '' @@ -721,6 +741,12 @@ spec: # applicable only for containerd and crio runtime - name: SOCKET_PATH value: '/run/containerd/containerd.sock' + + ## it defines the sequence of chaos execution for multiple target pods + ## supported values: serial, parallel + - name: SEQUENCE + value: 'parallel' + labels: name: pod-network-corruption @@ -791,6 +817,12 @@ spec: - name: TARGET_POD value: '' + + ## it defines the sequence of chaos execution for multiple target pods + ## supported values: serial, parallel + - name: SEQUENCE + value: 'parallel' + labels: name: pod-delete @@ -889,6 +921,12 @@ spec: # applicable only for containerd and crio runtime - name: SOCKET_PATH value: '/run/containerd/containerd.sock' + + ## it defines the sequence of chaos execution for multiple target pods + ## supported values: serial, parallel + - name: SEQUENCE + value: 'parallel' + labels: name: pod-network-loss @@ -1052,6 +1090,11 @@ spec: - name: LIB_IMAGE value: 'gaiaadm/pumba' + ## it defines the sequence of chaos execution for multiple target pods + ## supported values: serial, parallel + - name: SEQUENCE + value: 'parallel' + labels: name: pod-io-stress --- @@ -1228,6 +1271,11 @@ spec: - name: SOCKET_PATH value: '/run/containerd/containerd.sock' + ## it defines the sequence of chaos execution for multiple target pods + ## supported values: serial, parallel + - name: SEQUENCE + value: 'parallel' + labels: name: pod-network-latency @@ -1679,6 +1727,11 @@ spec: - name: LIB_IMAGE value: 'litmuschaos/go-runner:latest' + ## it defines the sequence of chaos execution for multiple target pods + ## supported values: serial, parallel + - name: SEQUENCE + value: 'parallel' + securityContext: containerSecurityContext: privileged: true