From cf773ce392e120e0a1c9dded4df05ad482d6f779 Mon Sep 17 00:00:00 2001 From: Shubham Chaudhary Date: Fri, 4 Dec 2020 12:56:38 +0530 Subject: [PATCH] chore(n/w-chaos): Convert TARGET_IPS/HOSTS TO DESTINATION_IPS/HOSTS (#386) Signed-off-by: shubhamchaudhary --- charts/generic/pod-network-corruption/experiment.yaml | 8 ++++---- charts/generic/pod-network-duplication/experiment.yaml | 8 ++++---- charts/generic/pod-network-latency/experiment.yaml | 8 ++++---- charts/generic/pod-network-loss/experiment.yaml | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/charts/generic/pod-network-corruption/experiment.yaml b/charts/generic/pod-network-corruption/experiment.yaml index a3572ab..9bc3ef3 100644 --- a/charts/generic/pod-network-corruption/experiment.yaml +++ b/charts/generic/pod-network-corruption/experiment.yaml @@ -82,14 +82,14 @@ spec: - name: CONTAINER_RUNTIME value: 'docker' - # provide the target ips + # provide the destination ips # chaos injection will be triggered for these destination ips - - name: TARGET_IPS + - name: DESTINATION_IPS value: '' - # provide the target hosts + # provide the destination hosts # chaos injection will be triggered for these destination hosts - - name: TARGET_HOSTS + - name: DESTINATION_HOSTS value: '' # provide the socket file path diff --git a/charts/generic/pod-network-duplication/experiment.yaml b/charts/generic/pod-network-duplication/experiment.yaml index 5d75f01..17e603b 100644 --- a/charts/generic/pod-network-duplication/experiment.yaml +++ b/charts/generic/pod-network-duplication/experiment.yaml @@ -78,14 +78,14 @@ spec: - name: CONTAINER_RUNTIME value: 'docker' - # provide the target ips + # provide the destination ips # chaos injection will be triggered for these destination ips - - name: TARGET_IPS + - name: DESTINATION_IPS value: '' - # provide the target hosts + # provide the destination hosts # chaos injection will be triggered for these destination hosts - - name: TARGET_HOSTS + - name: DESTINATION_HOSTS value: '' # provide the socket file path diff --git a/charts/generic/pod-network-latency/experiment.yaml b/charts/generic/pod-network-latency/experiment.yaml index 1eb8c14..cd1448d 100644 --- a/charts/generic/pod-network-latency/experiment.yaml +++ b/charts/generic/pod-network-latency/experiment.yaml @@ -82,14 +82,14 @@ spec: - name: CONTAINER_RUNTIME value: 'docker' - # provide the target ips + # provide the destination ips # chaos injection will be triggered for these destination ips - - name: TARGET_IPS + - name: DESTINATION_IPS value: '' - # provide the target hosts + # provide the destination hosts # chaos injection will be triggered for these destination hosts - - name: TARGET_HOSTS + - name: DESTINATION_HOSTS value: '' # provide the socket file path diff --git a/charts/generic/pod-network-loss/experiment.yaml b/charts/generic/pod-network-loss/experiment.yaml index 5d386a8..fd4e661 100644 --- a/charts/generic/pod-network-loss/experiment.yaml +++ b/charts/generic/pod-network-loss/experiment.yaml @@ -82,14 +82,14 @@ spec: - name: CONTAINER_RUNTIME value: 'docker' - # provide the target ips + # provide the destination ips # chaos injection will be triggered for these destination ips - - name: TARGET_IPS + - name: DESTINATION_IPS value: '' - # provide the target hosts + # provide the destination hosts # chaos injection will be triggered for these destination hosts - - name: TARGET_HOSTS + - name: DESTINATION_HOSTS value: '' # provide the socket file path