chore(sequence): Adding sequence field in all pod-level chaos (#345)

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
Shubham Chaudhary
2020-10-07 20:37:21 +05:30
committed by GitHub
parent bdb626f617
commit 56f95eeb42
11 changed files with 58 additions and 0 deletions

View File

@@ -91,5 +91,11 @@ spec:
# applicable only for containerd and crio runtime
- name: SOCKET_PATH
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:
name: pod-network-loss