chore(infra-chaos): Adding node-aff-perc & sequence in node-level chaos (#359)

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
Shubham Chaudhary
2020-10-27 11:44:27 +05:30
committed by GitHub
parent cc72cae1b9
commit 4bc9fc3435
12 changed files with 44 additions and 17 deletions

View File

@@ -32,6 +32,6 @@ spec:
- name: MEMORY_PERCENTAGE
value: '90'
# ENTER THE NAME OF THE APPLICATION NODE
- name: APP_NODE
# ENTER THE NAME OF THE TARGET NODE
- name: TARGET_NODE
value: ''

View File

@@ -58,8 +58,8 @@ spec:
- name: MEMORY_PERCENTAGE
value: '90'
# ENTER THE NAME OF THE APPLICATION NODE
- name: APP_NODE
# ENTER THE NAME OF THE TARGET NODE
- name: TARGET_NODE
value: ''
# Period to wait before and after injection of chaos in sec
@@ -74,6 +74,15 @@ spec:
# provide lib image
- name: LIB_IMAGE
value: 'litmuschaos/go-runner:latest'
## percentage of total nodes to target
- name: NODES_AFFECTED_PERC
value: ''
## it defines the sequence of chaos execution for multiple target nodes
## supported values: serial, parallel
- name: SEQUENCE
value: 'parallel'
labels:
name: node-memory-hog