507: version upgraded for chaos-charts
This commit is contained in:
@@ -4,7 +4,7 @@ description:
|
||||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: container-kill
|
||||
version: 0.1.6
|
||||
version: 0.1.7
|
||||
spec:
|
||||
definition:
|
||||
scope: Namespaced
|
||||
|
@@ -5,7 +5,7 @@ description:
|
||||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: disk-fill
|
||||
version: 0.1.2
|
||||
version: 0.1.3
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@@ -5,7 +5,7 @@ description:
|
||||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: disk-loss
|
||||
version: 0.1.5
|
||||
version: 0.1.6
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
@@ -7,7 +7,7 @@ description:
|
||||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: disk-fill
|
||||
version: 0.1.2
|
||||
version: 0.1.3
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
@@ -46,7 +46,7 @@ spec:
|
||||
value: ''
|
||||
|
||||
- name: FILL_PERCENTAGE
|
||||
value: ''
|
||||
value: '80'
|
||||
|
||||
- name: TOTAL_CHAOS_DURATION
|
||||
value: '60'
|
||||
@@ -65,7 +65,7 @@ description:
|
||||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: cpu-hog
|
||||
version: 0.0.5
|
||||
version: 0.1.5
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
@@ -371,7 +371,7 @@ description:
|
||||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: disk-loss
|
||||
version: 0.1.5
|
||||
version: 0.1.6
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
@@ -412,7 +412,7 @@ spec:
|
||||
- name: CHAOS_NAMESPACE
|
||||
value: ''
|
||||
|
||||
# Only GCP is supported
|
||||
# It supports GCP and AWS
|
||||
- name: CLOUD_PLATFORM
|
||||
value: 'GCP'
|
||||
|
||||
@@ -572,7 +572,7 @@ description:
|
||||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: container-kill
|
||||
version: 0.1.6
|
||||
version: 0.1.7
|
||||
spec:
|
||||
definition:
|
||||
scope: Namespaced
|
||||
@@ -610,7 +610,7 @@ spec:
|
||||
- name: TARGET_CONTAINER
|
||||
value: ''
|
||||
|
||||
# It only supported pumba
|
||||
# It only supports pumba
|
||||
- name: LIB
|
||||
value: 'pumba'
|
||||
|
||||
|
@@ -7,29 +7,39 @@ description:
|
||||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: kafka-broker-pod-failure
|
||||
version: 0.1.3
|
||||
version: 0.1.4
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
permissions:
|
||||
apiGroups:
|
||||
- ""
|
||||
- "extensions"
|
||||
- "apps"
|
||||
- "batch"
|
||||
- "litmuschaos.io"
|
||||
resources:
|
||||
- "daemonsets"
|
||||
- "statefulsets"
|
||||
- "deployments"
|
||||
- "replicasets"
|
||||
- "jobs"
|
||||
- "pods"
|
||||
- "pods/exec"
|
||||
- "chaosengines"
|
||||
- "chaosexperiments"
|
||||
- "chaosresults"
|
||||
verbs:
|
||||
- "*"
|
||||
- apiGroups:
|
||||
- ""
|
||||
- "apps"
|
||||
- "batch"
|
||||
- "litmuschaos.io"
|
||||
resources:
|
||||
- "statefulsets"
|
||||
- "deployments"
|
||||
- "configmaps"
|
||||
- "jobs"
|
||||
- "pods"
|
||||
- "pods/exec"
|
||||
- "chaosengines"
|
||||
- "chaosexperiments"
|
||||
- "chaosresults"
|
||||
verbs:
|
||||
- "create"
|
||||
- "get"
|
||||
- "delete"
|
||||
- "list"
|
||||
- "patch"
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
- "nodes"
|
||||
verbs :
|
||||
- "get"
|
||||
- "list"
|
||||
image: "litmuschaos/ansible-runner:ci"
|
||||
args:
|
||||
- -c
|
||||
@@ -96,7 +106,7 @@ spec:
|
||||
value: ''
|
||||
|
||||
## env var that describes the library used to execute the chaos
|
||||
## default: litmus. Supported values: litmus, powerfulseal, chaoskube
|
||||
## default: litmus. Supported values: litmus, powerfulseal
|
||||
- name: LIB
|
||||
value: 'litmus'
|
||||
|
||||
|
@@ -5,7 +5,7 @@ description:
|
||||
kind: ChaosExperiment
|
||||
metadata:
|
||||
name: kafka-broker-pod-failure
|
||||
version: 0.1.3
|
||||
version: 0.1.4
|
||||
spec:
|
||||
definition:
|
||||
scope: Cluster
|
||||
|
Reference in New Issue
Block a user