update(lib_image):Adding LIB_IMAGE ENV in node cpu/memory hog experiment (#204)
Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
committed by
GitHub
parent
5e7df4bc2a
commit
0de90fb209
@@ -55,13 +55,19 @@ spec:
|
||||
- name: RAMP_TIME
|
||||
value: ''
|
||||
|
||||
# It supprts GKE and EKS Platform
|
||||
# GKE is the default Platform
|
||||
- name: PLATFORM
|
||||
value: 'GKE'
|
||||
|
||||
- name: LIB
|
||||
## 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: ''
|
||||
|
||||
|
||||
# PROVIDE THE LIB HERE
|
||||
# ONLY LITMUS SUPPORTED
|
||||
- name: LIB
|
||||
value: 'litmus'
|
||||
|
||||
# provide lib image
|
||||
- name: LIB_IMAGE
|
||||
value: 'litmuschaos/cpu:latest'
|
||||
|
||||
labels:
|
||||
name: node-cpu-hog
|
Reference in New Issue
Block a user