896: version upgraded for chaos-charts
This commit is contained in:
@@ -5,7 +5,7 @@ description:
|
||||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: disk-fill
|
||||
version: 0.1.9
|
||||
version: 0.1.10
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@@ -8,7 +8,7 @@ description:
|
||||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: node-drain
|
||||
version: 0.1.9
|
||||
version: 0.1.10
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
@@ -62,6 +62,11 @@ spec:
|
||||
- name: TOTAL_CHAOS_DURATION
|
||||
value: '60'
|
||||
|
||||
# Provide the LIB here
|
||||
# Only litmus supported
|
||||
- name: LIB
|
||||
value: 'litmus'
|
||||
|
||||
# Period to wait before injection of chaos in sec
|
||||
- name: RAMP_TIME
|
||||
value: ''
|
||||
@@ -80,7 +85,7 @@ description:
|
||||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: disk-fill
|
||||
version: 0.1.9
|
||||
version: 0.1.10
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
@@ -130,6 +135,11 @@ spec:
|
||||
- name: RAMP_TIME
|
||||
value: ''
|
||||
|
||||
# Provide the LIB here
|
||||
# Only litmus supported
|
||||
- name: LIB
|
||||
value: 'litmus'
|
||||
|
||||
labels:
|
||||
name: disk-fill
|
||||
---
|
||||
@@ -563,7 +573,7 @@ description:
|
||||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: node-cpu-hog
|
||||
version: 0.1.15
|
||||
version: 0.1.16
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
@@ -613,14 +623,20 @@ 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
|
||||
---
|
||||
@@ -632,7 +648,7 @@ description:
|
||||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: node-memory-hog
|
||||
version: 0.1.5
|
||||
version: 0.1.6
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
@@ -687,14 +703,15 @@ spec:
|
||||
- name: RAMP_TIME
|
||||
value: ''
|
||||
|
||||
# It supprts GKE and EKS Platform
|
||||
# GKE is the default Platform
|
||||
- name: PLATFORM
|
||||
value: 'GKE'
|
||||
|
||||
# Provide the LIB here
|
||||
# Only litmus supported
|
||||
- name: LIB
|
||||
value: 'litmus'
|
||||
|
||||
# provide lib image
|
||||
- name: LIB_IMAGE
|
||||
value: 'alexeiled/stress-ng:latest'
|
||||
|
||||
labels:
|
||||
name: node-memory-hog
|
||||
---
|
||||
|
@@ -5,7 +5,7 @@ description:
|
||||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: node-cpu-hog
|
||||
version: 0.1.15
|
||||
version: 0.1.16
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@@ -6,7 +6,7 @@ description:
|
||||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: node-drain
|
||||
version: 0.1.9
|
||||
version: 0.1.10
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@@ -5,7 +5,7 @@ description:
|
||||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: node-memory-hog
|
||||
version: 0.1.5
|
||||
version: 0.1.6
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
Reference in New Issue
Block a user