chore(sequence): Adding sequence field in all pod-level chaos (#345)
Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
committed by
GitHub
parent
bdb626f617
commit
56f95eeb42
@@ -96,6 +96,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
|
||||||
|
@@ -78,6 +78,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
|
||||||
|
@@ -73,5 +73,10 @@ 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
|
||||||
|
@@ -67,6 +67,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
|
||||||
|
@@ -63,5 +63,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-delete
|
name: pod-delete
|
||||||
|
@@ -72,5 +72,10 @@ 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
|
@@ -65,6 +65,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: ''
|
||||||
|
|
||||||
|
@@ -91,5 +91,11 @@ 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
|
||||||
|
@@ -88,5 +88,10 @@ 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
|
||||||
|
@@ -92,5 +92,10 @@ 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
|
||||||
|
@@ -91,5 +91,11 @@ 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
|
||||||
|
Reference in New Issue
Block a user