From d045169ac87e32098c20af4d98821a3b0277f4c4 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 30 Sep 2020 04:54:02 +0000 Subject: [PATCH] 1380: version upgraded for chaos-charts --- charts/generic/experiments.yaml | 40 +++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/charts/generic/experiments.yaml b/charts/generic/experiments.yaml index 2c97b33..ca44aba 100644 --- a/charts/generic/experiments.yaml +++ b/charts/generic/experiments.yaml @@ -75,6 +75,16 @@ spec: - name: CONTAINER_RUNTIME value: 'docker' + # provide the target ips + # chaos injection will be triggered for these destination ips + - name: TARGET_IPs + value: '' + + # provide the target hosts + # chaos injection will be triggered for these destination hosts + - name: TARGET_HOSTS + value: '' + # provide the socket file path # applicable only for containerd and crio runtime - name: SOCKET_PATH @@ -697,6 +707,16 @@ spec: - name: CONTAINER_RUNTIME value: 'docker' + # provide the target ips + # chaos injection will be triggered for these destination ips + - name: TARGET_IPs + value: '' + + # provide the target hosts + # chaos injection will be triggered for these destination hosts + - name: TARGET_HOSTS + value: '' + # provide the socket file path # applicable only for containerd and crio runtime - name: SOCKET_PATH @@ -855,6 +875,16 @@ spec: - name: CONTAINER_RUNTIME value: 'docker' + # provide the target ips + # chaos injection will be triggered for these destination ips + - name: TARGET_IPs + value: '' + + # provide the target hosts + # chaos injection will be triggered for these destination hosts + - name: TARGET_HOSTS + value: '' + # provide the socket file path # applicable only for containerd and crio runtime - name: SOCKET_PATH @@ -1183,6 +1213,16 @@ spec: - name: CONTAINER_RUNTIME value: 'docker' + # provide the target ips + # chaos injection will be triggered for these destination ips + - name: TARGET_IPs + value: '' + + # provide the target hosts + # chaos injection will be triggered for these destination hosts + - name: TARGET_HOSTS + value: '' + # provide the socket file path # applicable only for containerd and crio runtime - name: SOCKET_PATH