Add jitter to pod network latency experiment (#522)

Signed-off-by: uditgaurav <udit@chaosnative.com>
This commit is contained in:
Udit Gaurav
2022-01-15 16:35:39 +05:30
committed by GitHub
parent abf8d43906
commit f57218f942
2 changed files with 6 additions and 0 deletions

View File

@@ -23,6 +23,9 @@ spec:
- name: NETWORK_LATENCY - name: NETWORK_LATENCY
value: '2000' value: '2000'
- name: JITTER
value: '0'
# provide the name of container runtime # provide the name of container runtime
# for litmus LIB, it supports docker, containerd, crio # for litmus LIB, it supports docker, containerd, crio
# for pumba LIB, it supports docker only # for pumba LIB, it supports docker only

View File

@@ -90,6 +90,9 @@ spec:
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
- name: JITTER
value: '0'
# lib can be litmus or pumba # lib can be litmus or pumba
- name: LIB - name: LIB
value: 'litmus' value: 'litmus'