diff --git a/charts/generic/disk-fill/experiment.yaml b/charts/generic/disk-fill/experiment.yaml index 95c1e36..d51c0a4 100644 --- a/charts/generic/disk-fill/experiment.yaml +++ b/charts/generic/disk-fill/experiment.yaml @@ -5,7 +5,7 @@ description: kind: ChaosExperiment metadata: name: disk-fill - version: 0.1.9 + version: 0.1.10 spec: definition: scope: Cluster diff --git a/charts/generic/experiments.yaml b/charts/generic/experiments.yaml index eb9f42f..658f431 100644 --- a/charts/generic/experiments.yaml +++ b/charts/generic/experiments.yaml @@ -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 diff --git a/charts/generic/node-cpu-hog/experiment.yaml b/charts/generic/node-cpu-hog/experiment.yaml index ac8d4af..e349b19 100644 --- a/charts/generic/node-cpu-hog/experiment.yaml +++ b/charts/generic/node-cpu-hog/experiment.yaml @@ -5,7 +5,7 @@ description: kind: ChaosExperiment metadata: name: node-cpu-hog - version: 0.1.15 + version: 0.1.16 spec: definition: scope: Cluster diff --git a/charts/generic/node-drain/experiment.yaml b/charts/generic/node-drain/experiment.yaml index ce05044..33a3c44 100644 --- a/charts/generic/node-drain/experiment.yaml +++ b/charts/generic/node-drain/experiment.yaml @@ -6,7 +6,7 @@ description: kind: ChaosExperiment metadata: name: node-drain - version: 0.1.9 + version: 0.1.10 spec: definition: scope: Cluster diff --git a/charts/generic/node-memory-hog/experiment.yaml b/charts/generic/node-memory-hog/experiment.yaml index 7658e3f..6aab355 100644 --- a/charts/generic/node-memory-hog/experiment.yaml +++ b/charts/generic/node-memory-hog/experiment.yaml @@ -5,7 +5,7 @@ description: kind: ChaosExperiment metadata: name: node-memory-hog - version: 0.1.5 + version: 0.1.6 spec: definition: scope: Cluster