1277: version upgraded for chaos-charts

This commit is contained in:
Travis CI
2020-08-27 17:59:28 +00:00
parent 6cd57dc2a3
commit 5160bfc61e

View File

@@ -1375,12 +1375,9 @@ spec:
- name: RAMP_TIME
value: ''
# It supports pumba and litmus
# pumba: for docker runtime
# litmus: for containerd/crio runtime
- name: LIB
value: 'pumba'
value: 'litmus'
- name: TARGET_POD
value: ''
@@ -1393,6 +1390,12 @@ spec:
- name: CONTAINER_PATH
value: '/run/containerd/containerd.sock'
# provide the name of container runtime
# it supports docker, containerd, crio
# default to docker
- name: CONTAINER_RUNTIME
value: 'docker'
# provide the total chaos duration
- name: TOTAL_CHAOS_DURATION
value: '20'