896: version upgraded for chaos-charts

This commit is contained in:
Travis CI
2020-04-10 11:36:58 +00:00
parent 0de90fb209
commit 9cb94e4ed9
5 changed files with 37 additions and 20 deletions

View File

@@ -5,7 +5,7 @@ description:
kind: ChaosExperiment
metadata:
name: disk-fill
version: 0.1.9
version: 0.1.10
spec:
definition:
scope: Cluster

View File

@@ -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
@@ -129,6 +134,11 @@ spec:
# Period to wait before injection of chaos in sec
- 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,13 +703,14 @@ 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

View File

@@ -5,7 +5,7 @@ description:
kind: ChaosExperiment
metadata:
name: node-cpu-hog
version: 0.1.15
version: 0.1.16
spec:
definition:
scope: Cluster

View File

@@ -6,7 +6,7 @@ description:
kind: ChaosExperiment
metadata:
name: node-drain
version: 0.1.9
version: 0.1.10
spec:
definition:
scope: Cluster

View File

@@ -5,7 +5,7 @@ description:
kind: ChaosExperiment
metadata:
name: node-memory-hog
version: 0.1.5
version: 0.1.6
spec:
definition:
scope: Cluster