feat(network-chaos): Adding the tc-image as env in network experiments (#273)

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
Shubham Chaudhary
2020-07-20 20:32:30 +05:30
committed by GitHub
parent d4839b2379
commit b5dbc57d02
8 changed files with 31 additions and 0 deletions

View File

@@ -68,6 +68,9 @@ spec:
- name: NETWORK_DELAY
value: '60000'
- name: TC_IMAGE
value: 'gaiadocker/iproute2'
- name: TOTAL_CHAOS_DURATION
value: '60' # in seconds

View File

@@ -64,6 +64,9 @@ spec:
- name: LIB_IMAGE
value: 'gaiaadm/pumba:0.6.5'
- name: TC_IMAGE
value: 'gaiadocker/iproute2'
- name: NETWORK_PACKET_LOSS_PERCENTAGE
value: '100' # in percentage

View File

@@ -58,6 +58,9 @@ spec:
- name: APP_PVC
value: ''
- name: TC_IMAGE
value: 'gaiadocker/iproute2'
# only pumba supported
# For pumba image use : gaiaadm/pumba:0.6.5
- name: LIB_IMAGE

View File

@@ -58,6 +58,9 @@ spec:
- name: APP_PVC
value: ''
- name: TC_IMAGE
value: 'gaiadocker/iproute2'
# only pumba supported
# For pumba image use : gaiaadm/pumba:0.6.5
- name: LIB_IMAGE