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