Skip to content

Commit

Permalink
Add tc image env in experiments of netwrok chaos (#275) (#276)
Browse files Browse the repository at this point in the history
Signed-off-by: Udit Gaurav <uditgaurav@gmail.com>
  • Loading branch information
uditgaurav committed Jul 22, 2020
1 parent df7e591 commit b47695d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/generic/pod-network-corruption/ansible/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ spec:
- name: LIB_IMAGE
value: 'gaiaadm/pumba:0.6.5'

- name: TC_IMAGE
value: 'gaiadocker/iproute2'

- name: NETWORK_INTERFACE
value: 'eth0'

Expand Down
3 changes: 3 additions & 0 deletions charts/generic/pod-network-latency/ansible/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ spec:
- name: TARGET_CONTAINER
value: ''

- name: TC_IMAGE
value: 'gaiadocker/iproute2'

- name: NETWORK_INTERFACE
value: 'eth0'

Expand Down
3 changes: 3 additions & 0 deletions charts/generic/pod-network-loss/ansible/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ spec:
- name: LIB_IMAGE
value: 'gaiaadm/pumba:0.6.5'

- name: TC_IMAGE
value: 'gaiadocker/iproute2'

- name: NETWORK_INTERFACE
value: 'eth0'

Expand Down

0 comments on commit b47695d

Please sign in to comment.