chore(TARGET_PODS): Adding an ability to provide multiple target pods (#370)
Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
committed by
GitHub
parent
f755288330
commit
cb880805e0
@@ -54,7 +54,7 @@ spec:
|
|||||||
- name: LIB
|
- name: LIB
|
||||||
value: 'litmus'
|
value: 'litmus'
|
||||||
|
|
||||||
- name: TARGET_POD
|
- name: TARGET_PODS
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
# provide the chaos interval
|
# provide the chaos interval
|
||||||
|
@@ -63,7 +63,7 @@ spec:
|
|||||||
- name: LIB
|
- name: LIB
|
||||||
value: 'litmus'
|
value: 'litmus'
|
||||||
|
|
||||||
- name: TARGET_POD
|
- name: TARGET_PODS
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
## percentage of total pods to target
|
## percentage of total pods to target
|
||||||
|
@@ -70,7 +70,7 @@ spec:
|
|||||||
- name: LIB_IMAGE
|
- name: LIB_IMAGE
|
||||||
value: 'gaiaadm/pumba'
|
value: 'gaiaadm/pumba'
|
||||||
|
|
||||||
- name: TARGET_POD
|
- name: TARGET_PODS
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
- name: CHAOS_INJECT_COMMAND
|
- name: CHAOS_INJECT_COMMAND
|
||||||
|
@@ -66,7 +66,7 @@ spec:
|
|||||||
- name: LIB
|
- name: LIB
|
||||||
value: 'litmus'
|
value: 'litmus'
|
||||||
|
|
||||||
- name: TARGET_POD
|
- name: TARGET_PODS
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
## it defines the sequence of chaos execution for multiple target pods
|
## it defines the sequence of chaos execution for multiple target pods
|
||||||
|
@@ -68,8 +68,8 @@ spec:
|
|||||||
- name: VOLUME_MOUNT_PATH
|
- name: VOLUME_MOUNT_PATH
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
## specify the target pod name
|
## specify the comma separated target pods
|
||||||
- name: TARGET_POD
|
- name: TARGET_PODS
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
# Period to wait before and after injection of chaos in sec
|
# Period to wait before and after injection of chaos in sec
|
||||||
|
@@ -78,7 +78,7 @@ spec:
|
|||||||
- name: SEQUENCE
|
- name: SEQUENCE
|
||||||
value: 'parallel'
|
value: 'parallel'
|
||||||
|
|
||||||
- name: TARGET_POD
|
- name: TARGET_PODS
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
|
@@ -73,7 +73,7 @@ spec:
|
|||||||
- name: PODS_AFFECTED_PERC
|
- name: PODS_AFFECTED_PERC
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
- name: TARGET_POD
|
- name: TARGET_PODS
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
# provide the name of container runtime
|
# provide the name of container runtime
|
||||||
|
@@ -62,7 +62,7 @@ spec:
|
|||||||
- name: LIB
|
- name: LIB
|
||||||
value: 'litmus'
|
value: 'litmus'
|
||||||
|
|
||||||
- name: TARGET_POD
|
- name: TARGET_PODS
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
## percentage of total pods to target
|
## percentage of total pods to target
|
||||||
|
@@ -73,7 +73,7 @@ spec:
|
|||||||
- name: PODS_AFFECTED_PERC
|
- name: PODS_AFFECTED_PERC
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
- name: TARGET_POD
|
- name: TARGET_PODS
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
# provide the name of container runtime
|
# provide the name of container runtime
|
||||||
|
@@ -73,7 +73,7 @@ spec:
|
|||||||
- name: PODS_AFFECTED_PERC
|
- name: PODS_AFFECTED_PERC
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
- name: TARGET_POD
|
- name: TARGET_PODS
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
# provide the name of container runtime
|
# provide the name of container runtime
|
||||||
|
Reference in New Issue
Block a user