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 kind: ChaosExperiment
metadata: metadata:
name: disk-fill name: disk-fill
version: 0.1.9 version: 0.1.10
spec: spec:
definition: definition:
scope: Cluster scope: Cluster

View File

@@ -8,7 +8,7 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: node-drain name: node-drain
version: 0.1.9 version: 0.1.10
spec: spec:
definition: definition:
scope: Cluster scope: Cluster
@@ -62,6 +62,11 @@ spec:
- name: TOTAL_CHAOS_DURATION - name: TOTAL_CHAOS_DURATION
value: '60' value: '60'
# Provide the LIB here
# Only litmus supported
- name: LIB
value: 'litmus'
# Period to wait before injection of chaos in sec # Period to wait before injection of chaos in sec
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
@@ -80,7 +85,7 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: disk-fill name: disk-fill
version: 0.1.9 version: 0.1.10
spec: spec:
definition: definition:
scope: Cluster scope: Cluster
@@ -130,6 +135,11 @@ spec:
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
# Provide the LIB here
# Only litmus supported
- name: LIB
value: 'litmus'
labels: labels:
name: disk-fill name: disk-fill
--- ---
@@ -563,7 +573,7 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: node-cpu-hog name: node-cpu-hog
version: 0.1.15 version: 0.1.16
spec: spec:
definition: definition:
scope: Cluster scope: Cluster
@@ -613,14 +623,20 @@ spec:
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
# It supprts GKE and EKS Platform ## ENTER THE NUMBER OF CORES OF CPU FOR CPU HOGGING
# GKE is the default Platform ## OPTIONAL VALUE IN CASE OF EMPTY VALUE IT WILL TAKE NODE CPU CAPACITY
- name: PLATFORM - name: NODE_CPU_CORE
value: 'GKE'
- name: LIB
value: '' value: ''
# PROVIDE THE LIB HERE
# ONLY LITMUS SUPPORTED
- name: LIB
value: 'litmus'
# provide lib image
- name: LIB_IMAGE
value: 'litmuschaos/cpu:latest'
labels: labels:
name: node-cpu-hog name: node-cpu-hog
--- ---
@@ -632,7 +648,7 @@ description:
kind: ChaosExperiment kind: ChaosExperiment
metadata: metadata:
name: node-memory-hog name: node-memory-hog
version: 0.1.5 version: 0.1.6
spec: spec:
definition: definition:
scope: Cluster scope: Cluster
@@ -687,14 +703,15 @@ spec:
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
# It supprts GKE and EKS Platform # Provide the LIB here
# GKE is the default Platform # Only litmus supported
- name: PLATFORM
value: 'GKE'
- name: LIB - name: LIB
value: 'litmus' value: 'litmus'
# provide lib image
- name: LIB_IMAGE
value: 'alexeiled/stress-ng:latest'
labels: labels:
name: node-memory-hog name: node-memory-hog
--- ---

View File

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

View File

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

View File

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