From d7ffc9b445c184c610bc3fa38e52a04e94134f97 Mon Sep 17 00:00:00 2001 From: litmusbot Date: Fri, 30 Apr 2021 16:29:52 +0000 Subject: [PATCH] 800053730: version upgraded for chaos-charts --- charts/generic/experiments.yaml | 29 +++++++++++++++++++++++++++++ charts/kube-aws/experiments.yaml | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/charts/generic/experiments.yaml b/charts/generic/experiments.yaml index 43a1104..ddd73b8 100644 --- a/charts/generic/experiments.yaml +++ b/charts/generic/experiments.yaml @@ -349,6 +349,11 @@ spec: - name: LIB value: 'litmus' + # provide the data block size + # supported unit is KB + - name: DATA_BLOCK_SIZE + value: '256' + - name: TARGET_PODS value: '' @@ -570,6 +575,9 @@ spec: - name: TARGET_NODES value: '' + - name: NODE_LABEL + value: '' + # PROVIDE THE LIB HERE # ONLY LITMUS SUPPORTED - name: LIB @@ -741,6 +749,9 @@ spec: - name: TARGET_NODE value: '' + - name: NODE_LABEL + value: '' + - name: TOTAL_CHAOS_DURATION value: '60' @@ -823,6 +834,9 @@ spec: - name: LIB value: 'litmus' + - name: NODE_LABEL + value: '' + # provide lib image - name: LIB_IMAGE value: 'ubuntu:16.04' @@ -914,6 +928,9 @@ spec: - name: TARGET_NODE value: '' + - name: NODE_LABEL + value: '' + # ENTER THE TARGET NODE IP - name: TARGET_NODE_IP value: '' @@ -1201,6 +1218,9 @@ spec: - name: TARGET_NODE value: '' + - name: NODE_LABEL + value: '' + # ENTER THE TARGET NODE IP - name: TARGET_NODE_IP value: '' @@ -1295,6 +1315,9 @@ spec: ## enter the comma separated target nodes name - name: TARGET_NODES + value: '' + + - name: NODE_LABEL value: '' # Period to wait before and after injection of chaos in sec @@ -1492,6 +1515,9 @@ spec: - name: TARGET_NODE value: '' + - name: NODE_LABEL + value: '' + - name: TOTAL_CHAOS_DURATION value: '60' @@ -2219,6 +2245,9 @@ spec: - name: TARGET_NODES value: '' + - name: NODE_LABEL + value: '' + # Period to wait before and after injection of chaos in sec - name: RAMP_TIME value: '' diff --git a/charts/kube-aws/experiments.yaml b/charts/kube-aws/experiments.yaml index 5a5d317..bd6ff61 100644 --- a/charts/kube-aws/experiments.yaml +++ b/charts/kube-aws/experiments.yaml @@ -58,7 +58,7 @@ spec: value: 'disable' # Instance ID of the target ec2 instance - # Multiple IDs can also be provided as comma values ex: id1,id2 + # Multiple IDs can also be provided as comma separated values ex: id1,id2 - name: EC2_INSTANCE_ID value: ''