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