chore(node-name): Adding app-node in node cpu/memory hog chart (#317)

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
Shubham Chaudhary
2020-09-12 12:14:51 +05:30
committed by GitHub
parent b376c225fe
commit 31f23fbe54
4 changed files with 19 additions and 1 deletions

View File

@@ -29,3 +29,7 @@ spec:
- name: NODE_CPU_CORE
value: ''
# ENTER THE NAME OF THE APPLICATION NODE
- name: APP_NODE
value: ''

View File

@@ -52,11 +52,17 @@ spec:
- name: RAMP_TIME
value: ''
## ENTER THE NUMBER OF CORES OF CPU FOR CPU HOGGING
## OPTIONAL VALUE IN CASE OF EMPTY VALUE IT WILL TAKE NODE CPU CAPACITY
- name: NODE_CPU_CORE
value: ''
# ENTER THE NAME OF THE APPLICATION NODE
- name: APP_NODE
value: ''
# PROVIDE THE LIB HERE
# ONLY LITMUS SUPPORTED
- name: LIB

View File

@@ -31,3 +31,7 @@ spec:
## default value 90
- name: MEMORY_PERCENTAGE
value: '90'
# ENTER THE NAME OF THE APPLICATION NODE
- name: APP_NODE
value: ''

View File

@@ -53,6 +53,10 @@ spec:
- name: MEMORY_PERCENTAGE
value: '90'
# ENTER THE NAME OF THE APPLICATION NODE
- name: APP_NODE
value: ''
# Period to wait before and after injection of chaos in sec
- name: RAMP_TIME
value: ''