1405: version upgraded for chaos-charts

This commit is contained in:
Travis CI
2020-10-07 15:13:52 +00:00
parent 56f95eeb42
commit 59a9726e7f
2 changed files with 58 additions and 0 deletions

View File

@@ -98,6 +98,11 @@ spec:
- name: FORCE - name: FORCE
value: '' value: ''
## it defines the sequence of chaos execution for multiple target pods
## supported values: serial, parallel
- name: SEQUENCE
value: 'parallel'
## env var that describes the library used to execute the chaos ## env var that describes the library used to execute the chaos
## default: litmus. Supported values: litmus ## default: litmus. Supported values: litmus
- name: LIB - name: LIB

View File

@@ -90,6 +90,11 @@ spec:
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/run/containerd/containerd.sock' value: '/run/containerd/containerd.sock'
## it defines the sequence of chaos execution for multiple target pods
## supported values: serial, parallel
- name: SEQUENCE
value: 'parallel'
labels: labels:
name: pod-network-duplication name: pod-network-duplication
@@ -328,6 +333,11 @@ spec:
- name: CONTAINER_PATH - name: CONTAINER_PATH
value: '/var/lib/docker/containers' value: '/var/lib/docker/containers'
## it defines the sequence of chaos execution for multiple target pods
## supported values: serial, parallel
- name: SEQUENCE
value: 'parallel'
labels: labels:
name: disk-fill name: disk-fill
@@ -549,6 +559,11 @@ spec:
- name: TARGET_POD - name: TARGET_POD
value: '' value: ''
## it defines the sequence of chaos execution for multiple target pods
## supported values: serial, parallel
- name: SEQUENCE
value: 'parallel'
labels: labels:
name: pod-cpu-hog name: pod-cpu-hog
@@ -621,6 +636,11 @@ spec:
- name: LIB_IMAGE - name: LIB_IMAGE
value: 'gaiaadm/pumba' value: 'gaiaadm/pumba'
## it defines the sequence of chaos execution for multiple target pods
## supported values: serial, parallel
- name: SEQUENCE
value: 'parallel'
- name: TARGET_POD - name: TARGET_POD
value: '' value: ''
@@ -721,6 +741,12 @@ spec:
# applicable only for containerd and crio runtime # applicable only for containerd and crio runtime
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/run/containerd/containerd.sock' value: '/run/containerd/containerd.sock'
## it defines the sequence of chaos execution for multiple target pods
## supported values: serial, parallel
- name: SEQUENCE
value: 'parallel'
labels: labels:
name: pod-network-corruption name: pod-network-corruption
@@ -791,6 +817,12 @@ spec:
- name: TARGET_POD - name: TARGET_POD
value: '' value: ''
## it defines the sequence of chaos execution for multiple target pods
## supported values: serial, parallel
- name: SEQUENCE
value: 'parallel'
labels: labels:
name: pod-delete name: pod-delete
@@ -889,6 +921,12 @@ spec:
# applicable only for containerd and crio runtime # applicable only for containerd and crio runtime
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/run/containerd/containerd.sock' value: '/run/containerd/containerd.sock'
## it defines the sequence of chaos execution for multiple target pods
## supported values: serial, parallel
- name: SEQUENCE
value: 'parallel'
labels: labels:
name: pod-network-loss name: pod-network-loss
@@ -1052,6 +1090,11 @@ spec:
- name: LIB_IMAGE - name: LIB_IMAGE
value: 'gaiaadm/pumba' value: 'gaiaadm/pumba'
## it defines the sequence of chaos execution for multiple target pods
## supported values: serial, parallel
- name: SEQUENCE
value: 'parallel'
labels: labels:
name: pod-io-stress name: pod-io-stress
--- ---
@@ -1228,6 +1271,11 @@ spec:
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/run/containerd/containerd.sock' value: '/run/containerd/containerd.sock'
## it defines the sequence of chaos execution for multiple target pods
## supported values: serial, parallel
- name: SEQUENCE
value: 'parallel'
labels: labels:
name: pod-network-latency name: pod-network-latency
@@ -1679,6 +1727,11 @@ spec:
- name: LIB_IMAGE - name: LIB_IMAGE
value: 'litmuschaos/go-runner:latest' value: 'litmuschaos/go-runner:latest'
## it defines the sequence of chaos execution for multiple target pods
## supported values: serial, parallel
- name: SEQUENCE
value: 'parallel'
securityContext: securityContext:
containerSecurityContext: containerSecurityContext:
privileged: true privileged: true