441870559: version upgraded for chaos-charts
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -248,4 +248,4 @@ spec:
|
|||||||
mountPath: /tmp/
|
mountPath: /tmp/
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@@ -4,9 +4,9 @@ description:
|
|||||||
Detaching an ebs volume from ec2 instance.
|
Detaching an ebs volume from ec2 instance.
|
||||||
kind: ChaosExperiment
|
kind: ChaosExperiment
|
||||||
metadata:
|
metadata:
|
||||||
name: ec2-terminate
|
name: ebs-loss
|
||||||
labels:
|
labels:
|
||||||
name: ec2-terminate
|
name: ebs-loss
|
||||||
app.kubernetes.io/part-of: litmus
|
app.kubernetes.io/part-of: litmus
|
||||||
app.kubernetes.io/component: chaosexperiment
|
app.kubernetes.io/component: chaosexperiment
|
||||||
app.kubernetes.io/version: latest
|
app.kubernetes.io/version: latest
|
||||||
@@ -38,7 +38,7 @@ spec:
|
|||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
- ./experiments -name ec2-terminate
|
- ./experiments -name ebs-loss
|
||||||
command:
|
command:
|
||||||
- /bin/bash
|
- /bin/bash
|
||||||
env:
|
env:
|
||||||
@@ -52,6 +52,9 @@ spec:
|
|||||||
- name: EC2_INSTANCE_ID
|
- name: EC2_INSTANCE_ID
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
|
- name: EBS_VOL_ID
|
||||||
|
value: ''
|
||||||
|
|
||||||
- name: REGION
|
- name: REGION
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
@@ -60,14 +63,18 @@ spec:
|
|||||||
- name: LIB
|
- name: LIB
|
||||||
value: 'litmus'
|
value: 'litmus'
|
||||||
|
|
||||||
|
- name: DEVICE_NAME
|
||||||
|
value: ''
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
name: ec2-terminate
|
name: ebs-loss
|
||||||
app.kubernetes.io/part-of: litmus
|
app.kubernetes.io/part-of: litmus
|
||||||
app.kubernetes.io/component: experiment-job
|
app.kubernetes.io/component: experiment-job
|
||||||
app.kubernetes.io/version: latest
|
app.kubernetes.io/version: latest
|
||||||
secrets:
|
secrets:
|
||||||
- name: cloud-secret
|
- name: cloud-secret
|
||||||
mountPath: /tmp/
|
mountPath: /tmp/
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: litmuschaos.io/v1alpha1
|
apiVersion: litmuschaos.io/v1alpha1
|
||||||
description:
|
description:
|
||||||
@@ -189,9 +196,9 @@ description:
|
|||||||
Detaching an ebs volume from ec2 instance.
|
Detaching an ebs volume from ec2 instance.
|
||||||
kind: ChaosExperiment
|
kind: ChaosExperiment
|
||||||
metadata:
|
metadata:
|
||||||
name: ebs-loss
|
name: ec2-terminate
|
||||||
labels:
|
labels:
|
||||||
name: ebs-loss
|
name: ec2-terminate
|
||||||
app.kubernetes.io/part-of: litmus
|
app.kubernetes.io/part-of: litmus
|
||||||
app.kubernetes.io/component: chaosexperiment
|
app.kubernetes.io/component: chaosexperiment
|
||||||
app.kubernetes.io/version: latest
|
app.kubernetes.io/version: latest
|
||||||
@@ -223,7 +230,7 @@ spec:
|
|||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
- ./experiments -name ebs-loss
|
- ./experiments -name ec2-terminate
|
||||||
command:
|
command:
|
||||||
- /bin/bash
|
- /bin/bash
|
||||||
env:
|
env:
|
||||||
@@ -237,9 +244,6 @@ spec:
|
|||||||
- name: EC2_INSTANCE_ID
|
- name: EC2_INSTANCE_ID
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
- name: EBS_VOL_ID
|
|
||||||
value: ''
|
|
||||||
|
|
||||||
- name: REGION
|
- name: REGION
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
@@ -248,16 +252,12 @@ spec:
|
|||||||
- name: LIB
|
- name: LIB
|
||||||
value: 'litmus'
|
value: 'litmus'
|
||||||
|
|
||||||
- name: DEVICE_NAME
|
|
||||||
value: ''
|
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
name: ebs-loss
|
name: ec2-terminate
|
||||||
app.kubernetes.io/part-of: litmus
|
app.kubernetes.io/part-of: litmus
|
||||||
app.kubernetes.io/component: experiment-job
|
app.kubernetes.io/component: experiment-job
|
||||||
app.kubernetes.io/version: latest
|
app.kubernetes.io/version: latest
|
||||||
secrets:
|
secrets:
|
||||||
- name: cloud-secret
|
- name: cloud-secret
|
||||||
mountPath: /tmp/
|
mountPath: /tmp/
|
||||||
|
---
|
||||||
---
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user