chore(pod-delete): Adding ability to delete the pod using target_pod env (#299)

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
Shubham Chaudhary
2020-08-20 19:29:58 +05:30
committed by GitHub
parent 33680ce868
commit d7485ded6c
9 changed files with 28 additions and 1 deletions

View File

@@ -52,6 +52,9 @@ spec:
- name: LIB
value: 'pumba'
- name: TARGET_POD
value: ''
# provide the chaos interval
- name: CHAOS_INTERVAL
value: '10'

View File

@@ -58,6 +58,9 @@ spec:
- name: LIB
value: 'litmus'
- name: TARGET_POD
value: ''
- name: LIB_IMAGE
value: 'litmuschaos/go-runner:latest'

View File

@@ -57,6 +57,9 @@ spec:
- name: LIB
value: 'litmus'
- name: TARGET_POD
value: ''
labels:
name: pod-cpu-hog

View File

@@ -67,5 +67,8 @@ spec:
- name: LIB
value: 'litmus'
- name: TARGET_POD
value: ''
labels:
name: pod-delete

View File

@@ -60,5 +60,8 @@ spec:
- name: LIB
value: 'litmus'
- name: TARGET_POD
value: ''
labels:
name: pod-memory-hog

View File

@@ -63,5 +63,8 @@ spec:
- name: LIB
value: 'pumba'
- name: TARGET_POD
value: ''
labels:
name: pod-network-corruption

View File

@@ -55,7 +55,10 @@ spec:
value: '100' # in percentage
- name: LIB
value: 'pumba'
value: 'pumba'
- name: TARGET_POD
value: ''
- name: LIB_IMAGE
value: 'litmuschaos/go-runner:latest'

View File

@@ -63,5 +63,8 @@ spec:
- name: LIB
value: 'pumba'
- name: TARGET_POD
value: ''
labels:
name: pod-network-latency

View File

@@ -63,5 +63,8 @@ spec:
- name: LIB
value: 'pumba'
- name: TARGET_POD
value: ''
labels:
name: pod-network-loss