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:
committed by
GitHub
parent
33680ce868
commit
d7485ded6c
@@ -52,6 +52,9 @@ spec:
|
||||
- name: LIB
|
||||
value: 'pumba'
|
||||
|
||||
- name: TARGET_POD
|
||||
value: ''
|
||||
|
||||
# provide the chaos interval
|
||||
- name: CHAOS_INTERVAL
|
||||
value: '10'
|
||||
|
@@ -58,6 +58,9 @@ spec:
|
||||
- name: LIB
|
||||
value: 'litmus'
|
||||
|
||||
- name: TARGET_POD
|
||||
value: ''
|
||||
|
||||
- name: LIB_IMAGE
|
||||
value: 'litmuschaos/go-runner:latest'
|
||||
|
||||
|
@@ -57,6 +57,9 @@ spec:
|
||||
|
||||
- name: LIB
|
||||
value: 'litmus'
|
||||
|
||||
- name: TARGET_POD
|
||||
value: ''
|
||||
|
||||
labels:
|
||||
name: pod-cpu-hog
|
||||
|
@@ -67,5 +67,8 @@ spec:
|
||||
|
||||
- name: LIB
|
||||
value: 'litmus'
|
||||
|
||||
- name: TARGET_POD
|
||||
value: ''
|
||||
labels:
|
||||
name: pod-delete
|
||||
|
@@ -60,5 +60,8 @@ spec:
|
||||
- name: LIB
|
||||
value: 'litmus'
|
||||
|
||||
- name: TARGET_POD
|
||||
value: ''
|
||||
|
||||
labels:
|
||||
name: pod-memory-hog
|
@@ -63,5 +63,8 @@ spec:
|
||||
|
||||
- name: LIB
|
||||
value: 'pumba'
|
||||
|
||||
- name: TARGET_POD
|
||||
value: ''
|
||||
labels:
|
||||
name: pod-network-corruption
|
||||
|
@@ -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'
|
||||
|
@@ -63,5 +63,8 @@ spec:
|
||||
|
||||
- name: LIB
|
||||
value: 'pumba'
|
||||
|
||||
- name: TARGET_POD
|
||||
value: ''
|
||||
labels:
|
||||
name: pod-network-latency
|
||||
|
@@ -63,5 +63,8 @@ spec:
|
||||
|
||||
- name: LIB
|
||||
value: 'pumba'
|
||||
|
||||
- name: TARGET_POD
|
||||
value: ''
|
||||
labels:
|
||||
name: pod-network-loss
|
||||
|
Reference in New Issue
Block a user