From ac8c26ce4b9f157adf3bc38704632061d58e7f3a Mon Sep 17 00:00:00 2001 From: litmusbot Date: Wed, 16 Mar 2022 11:28:10 +0000 Subject: [PATCH] 1992433040: version upgraded for chaos-charts --- charts/generic/experiments.yaml | 42 ++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/charts/generic/experiments.yaml b/charts/generic/experiments.yaml index d121620..cda6986 100644 --- a/charts/generic/experiments.yaml +++ b/charts/generic/experiments.yaml @@ -920,6 +920,10 @@ spec: - name: TARGET_PODS value: '' + # To select pods on specific node(s) + - name: NODE_LABEL + value: '' + # provide the name of container runtime # for litmus LIB, it supports docker, containerd, crio # for pumba LIB, it supports docker only @@ -1145,6 +1149,10 @@ spec: ## specify the comma separated target pods - name: TARGET_PODS + value: '' + + # To select pods on specific node(s) + - name: NODE_LABEL value: '' # Period to wait before and after injection of chaos in sec @@ -1388,6 +1396,10 @@ spec: - name: EPHEMERAL_STORAGE_MEBIBYTES value: '' + # To select pods on specific node(s) + - name: NODE_LABEL + value: '' + ## percentage of total pods to target - name: PODS_AFFECTED_PERC value: '' @@ -1907,6 +1919,10 @@ spec: - name: SOCKET_PATH value: '/var/run/docker.sock' + # To select pods on specific node(s) + - name: NODE_LABEL + value: '' + ## it defines the sequence of chaos execution for multiple target pods ## supported values: serial, parallel - name: SEQUENCE @@ -2023,6 +2039,10 @@ spec: - name: TARGET_PODS value: '' + # To select pods on specific node(s) + - name: NODE_LABEL + value: '' + # provide the name of container runtime # for litmus LIB, it supports docker, containerd, crio # for pumba LIB, it supports docker only @@ -2168,6 +2188,10 @@ spec: - name: TARGET_PODS value: '' + # To select pods on specific node(s) + - name: NODE_LABEL + value: '' + ## it defines the sequence of chaos execution for multiple target pods ## supported values: serial, parallel - name: SEQUENCE @@ -2272,7 +2296,11 @@ spec: value: 'litmus' - name: TARGET_PODS - value: '' + value: '' + + # To select pods on specific node(s) + - name: NODE_LABEL + value: '' ## percentage of total pods to target - name: PODS_AFFECTED_PERC @@ -2493,6 +2521,10 @@ spec: - name: TARGET_PODS value: '' + # To select pods on specific node(s) + - name: NODE_LABEL + value: '' + ## it defines the sequence of chaos execution for multiple target pods ## supported values: serial, parallel - name: SEQUENCE @@ -2735,6 +2767,10 @@ spec: - name: TARGET_PODS value: '' + # To select pods on specific node(s) + - name: NODE_LABEL + value: '' + labels: name: pod-memory-hog app.kubernetes.io/part-of: litmus @@ -2850,6 +2886,10 @@ spec: - name: PODS_AFFECTED_PERC value: '' + # To select pods on specific node(s) + - name: NODE_LABEL + value: '' + - name: LIB_IMAGE value: 'litmuschaos/go-runner:latest'