(refactor): Modify the image of engine of all experiments

Signed-off-by: Udit Gaurav <uditgaurav@gmail.com>
This commit is contained in:
Udit Gaurav
2020-02-12 17:03:14 +05:30
parent 075c0af1eb
commit 20618e836a
20 changed files with 39 additions and 58 deletions

View File

@@ -6,6 +6,8 @@ metadata:
spec:
# It can be true/false
annotationCheck: 'true'
# It can be active/stop
engineState: 'active'
#ex. values: ns1:name=percona,ns2:run=nginx
auxiliaryAppInfo: ''
appinfo:
@@ -15,16 +17,13 @@ spec:
chaosServiceAccount: nginx-sa
monitoring: false
components:
runner:
image: 'litmuschaos/chaos-executor:1.0.0'
type: 'go'
# It can be delete/retain
jobCleanUpPolicy: 'delete'
experiments:
- name: container-kill
spec:
components:
# specify the name of the container to be killed
env:
# specify the name of the container to be killed
- name: TARGET_CONTAINER
value: 'nginx'

View File

@@ -6,6 +6,8 @@ metadata:
spec:
# It can be true/false
annotationCheck: 'false'
# It can be active/stop
engineState: 'active'
#ex. values: ns1:name=percona,ns2:run=nginx
auxiliaryAppInfo: ''
appinfo:
@@ -15,9 +17,6 @@ spec:
chaosServiceAccount: nginx-sa
monitoring: false
components:
runner:
image: 'litmuschaos/chaos-executor:1.0.0'
type: 'go'
# It can be delete/retain
jobCleanUpPolicy: 'delete'
experiments:

View File

@@ -6,6 +6,8 @@ metadata:
spec:
# It can be true/false
annotationCheck: 'false'
# It can be active/stop
engineState: 'active'
#ex. values: ns1:name=percona,ns2:run=nginx
auxiliaryAppInfo: ''
appinfo:
@@ -15,9 +17,6 @@ spec:
chaosServiceAccount: nginx-sa
monitoring: false
components:
runner:
image: 'litmuschaos/chaos-executor:1.0.0'
type: 'go'
# It can be retain/delete
jobCleanUpPolicy: 'delete'
experiments:

View File

@@ -6,6 +6,8 @@ metadata:
spec:
# It can be true/false
annotationCheck: 'false'
# It can be active/stop
engineState: 'active'
auxiliaryAppInfo: 'ns1:name=percona,ns2:run=nginx'
appinfo:
appns: 'default'
@@ -18,9 +20,6 @@ spec:
chaosServiceAccount: nginx-sa
monitoring: false
components:
runner:
image: 'litmuschaos/chaos-executor:1.0.0'
type: 'go'
# It can be delete/retain
jobCleanUpPolicy: 'delete'
experiments:

View File

@@ -6,6 +6,8 @@ metadata:
spec:
# It can be true/false
annotationCheck: 'false'
# It can be active/stop
engineState: 'active'
#ex. values: ns1:name=percona,ns2:run=nginx
auxiliaryAppInfo: ''
appinfo:
@@ -15,9 +17,6 @@ spec:
chaosServiceAccount: nginx-sa
monitoring: false
components:
runner:
image: 'litmuschaos/chaos-executor:1.0.0'
type: 'go'
# It can be delete/retain
jobCleanUpPolicy: 'delete'
experiments:

View File

@@ -6,6 +6,8 @@ metadata:
spec:
# It can be true/false
annotationCheck: 'true'
# It can be active/stop
engineState: 'active'
#ex. values: ns1:name=percona,ns2:run=nginx
auxiliaryAppInfo: ''
appinfo:
@@ -15,9 +17,6 @@ spec:
chaosServiceAccount: nginx-sa
monitoring: false
components:
runner:
image: 'litmuschaos/chaos-executor:1.0.0'
type: 'go'
# It can be delete/retain
jobCleanUpPolicy: 'delete'
experiments:

View File

@@ -10,14 +10,13 @@ spec:
appkind: 'deployment'
# It can be true/false
annotationCheck: 'true'
# It can be active/stop
engineState: 'active'
#ex. values: ns1:name=percona,ns2:run=nginx
auxiliaryAppInfo: ''
chaosServiceAccount: nginx-sa
monitoring: false
components:
runner:
image: 'litmuschaos/chaos-executor:1.0.0'
type: 'go'
# It can be delete/retain
jobCleanUpPolicy: 'delete'
experiments:

View File

@@ -8,13 +8,12 @@ spec:
jobCleanUpPolicy: 'delete'
# It can be true/false
annotationCheck: 'true'
# It can be active/stop
engineState: 'active'
#ex. values: ns1:name=percona,ns2:run=nginx
auxiliaryAppInfo: ''
monitoring: false
components:
runner:
image: 'litmuschaos/chaos-executor:1.0.0'
type: 'go'
appinfo:
appns: 'default'
# FYI, To see app label, apply kubectl get pods --show-labels

View File

@@ -8,13 +8,12 @@ spec:
jobCleanUpPolicy: 'delete'
# It can be true/false
annotationCheck: 'true'
# It can be active/stop
engineState: 'active'
#ex. values: ns1:name=percona,ns2:run=nginx
auxiliaryAppInfo: ''
monitoring: false
components:
runner:
image: 'litmuschaos/chaos-executor:1.0.0'
type: 'go'
appinfo:
appns: 'default'
# FYI, To see app label, apply kubectl get pods --show-labels

View File

@@ -9,13 +9,12 @@ spec:
jobCleanUpPolicy: 'delete'
# It can be true/false
annotationCheck: 'true'
# It can be active/stop
engineState: 'active'
#ex. values: ns1:name=percona,ns2:run=nginx
auxiliaryAppInfo: ''
monitoring: false
components:
runner:
image: 'litmuschaos/chaos-executor:1.0.0'
type: 'go'
appinfo:
appns: 'default'
# FYI, To see app label, apply kubectl get pods --show-labels