751: version upgraded for chaos-charts
This commit is contained in:
@@ -560,7 +560,7 @@ description:
|
|||||||
kind: ChaosExperiment
|
kind: ChaosExperiment
|
||||||
metadata:
|
metadata:
|
||||||
name: node-cpu-hog
|
name: node-cpu-hog
|
||||||
version: 0.1.11
|
version: 0.1.12
|
||||||
spec:
|
spec:
|
||||||
definition:
|
definition:
|
||||||
scope: Cluster
|
scope: Cluster
|
||||||
@@ -574,7 +574,6 @@ spec:
|
|||||||
- "daemonsets"
|
- "daemonsets"
|
||||||
- "jobs"
|
- "jobs"
|
||||||
- "pods"
|
- "pods"
|
||||||
- "pods/exec"
|
|
||||||
- "events"
|
- "events"
|
||||||
- "chaosengines"
|
- "chaosengines"
|
||||||
- "chaosexperiments"
|
- "chaosexperiments"
|
||||||
@@ -621,6 +620,73 @@ spec:
|
|||||||
name: node-cpu-hog
|
name: node-cpu-hog
|
||||||
---
|
---
|
||||||
|
|
||||||
|
apiVersion: litmuschaos.io/v1alpha1
|
||||||
|
description:
|
||||||
|
message: |
|
||||||
|
Give a memory hog on a node belonging to a deployment
|
||||||
|
kind: ChaosExperiment
|
||||||
|
metadata:
|
||||||
|
name: node-memory-hog
|
||||||
|
version: 0.1.1
|
||||||
|
spec:
|
||||||
|
definition:
|
||||||
|
scope: Cluster
|
||||||
|
permissions:
|
||||||
|
- apiGroups:
|
||||||
|
- ""
|
||||||
|
- "batch"
|
||||||
|
- "apps"
|
||||||
|
- "litmuschaos.io"
|
||||||
|
resources:
|
||||||
|
- "jobs"
|
||||||
|
- "pods"
|
||||||
|
- "pods/log"
|
||||||
|
- "events"
|
||||||
|
- "chaosengines"
|
||||||
|
- "chaosexperiments"
|
||||||
|
- "chaosresults"
|
||||||
|
verbs:
|
||||||
|
- "create"
|
||||||
|
- "list"
|
||||||
|
- "get"
|
||||||
|
- "patch"
|
||||||
|
- "update"
|
||||||
|
- "delete"
|
||||||
|
- apiGroups:
|
||||||
|
- ""
|
||||||
|
resources:
|
||||||
|
- "nodes"
|
||||||
|
verbs :
|
||||||
|
- "get"
|
||||||
|
- "list"
|
||||||
|
image: "litmuschaos/ansible-runner:latest"
|
||||||
|
args:
|
||||||
|
- -c
|
||||||
|
- ansible-playbook ./experiments/generic/node_memory_hog/node_memory_hog_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
|
||||||
|
command:
|
||||||
|
- /bin/bash
|
||||||
|
env:
|
||||||
|
|
||||||
|
- name: ANSIBLE_STDOUT_CALLBACK
|
||||||
|
value: 'default'
|
||||||
|
|
||||||
|
- name: TOTAL_CHAOS_DURATION
|
||||||
|
value: '60'
|
||||||
|
|
||||||
|
# Period to wait before injection of chaos in sec
|
||||||
|
- name: RAMP_TIME
|
||||||
|
value: ''
|
||||||
|
|
||||||
|
- name: PLATFORM
|
||||||
|
value: 'GKE'
|
||||||
|
|
||||||
|
- name: LIB
|
||||||
|
value: 'litmus'
|
||||||
|
|
||||||
|
labels:
|
||||||
|
name: node-memory-hog
|
||||||
|
---
|
||||||
|
|
||||||
apiVersion: litmuschaos.io/v1alpha1
|
apiVersion: litmuschaos.io/v1alpha1
|
||||||
description:
|
description:
|
||||||
message: "Kills a container belonging to an application pod \n"
|
message: "Kills a container belonging to an application pod \n"
|
||||||
|
@@ -3,7 +3,7 @@ kind: ChartServiceVersion
|
|||||||
metadata:
|
metadata:
|
||||||
createdAt: 2019-09-26T10:28:08Z
|
createdAt: 2019-09-26T10:28:08Z
|
||||||
name: generic
|
name: generic
|
||||||
version: 0.1.9
|
version: 0.1.10
|
||||||
annotations:
|
annotations:
|
||||||
categories: Kubernetes
|
categories: Kubernetes
|
||||||
chartDescription: Injects generic kubernetes chaos
|
chartDescription: Injects generic kubernetes chaos
|
||||||
|
@@ -5,7 +5,7 @@ description:
|
|||||||
kind: ChaosExperiment
|
kind: ChaosExperiment
|
||||||
metadata:
|
metadata:
|
||||||
name: node-cpu-hog
|
name: node-cpu-hog
|
||||||
version: 0.1.11
|
version: 0.1.12
|
||||||
spec:
|
spec:
|
||||||
definition:
|
definition:
|
||||||
scope: Cluster
|
scope: Cluster
|
||||||
|
@@ -3,7 +3,7 @@ kind: ChartServiceVersion
|
|||||||
metadata:
|
metadata:
|
||||||
createdAt: 2019-01-28T10:28:08Z
|
createdAt: 2019-01-28T10:28:08Z
|
||||||
name: node-cpu-hog
|
name: node-cpu-hog
|
||||||
version: 0.0.9
|
version: 0.0.10
|
||||||
annotations:
|
annotations:
|
||||||
categories: Kubernetes
|
categories: Kubernetes
|
||||||
vendor: CNCF
|
vendor: CNCF
|
||||||
|
@@ -5,7 +5,7 @@ description:
|
|||||||
kind: ChaosExperiment
|
kind: ChaosExperiment
|
||||||
metadata:
|
metadata:
|
||||||
name: node-memory-hog
|
name: node-memory-hog
|
||||||
version: 0.1.0
|
version: 0.1.1
|
||||||
spec:
|
spec:
|
||||||
definition:
|
definition:
|
||||||
scope: Cluster
|
scope: Cluster
|
||||||
|
@@ -3,7 +3,7 @@ kind: ChartServiceVersion
|
|||||||
metadata:
|
metadata:
|
||||||
createdAt: 2020-03-28T10:28:08Z
|
createdAt: 2020-03-28T10:28:08Z
|
||||||
name: node-memory-hog
|
name: node-memory-hog
|
||||||
version: 0.1.0
|
version: 0.1.1
|
||||||
annotations:
|
annotations:
|
||||||
categories: Kubernetes
|
categories: Kubernetes
|
||||||
vendor: CNCF
|
vendor: CNCF
|
||||||
|
Reference in New Issue
Block a user