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
|
||||
value: 'litmus'
|
||||
|
||||
- name: TARGET_POD
|
||||
- name: TARGET_PODS
|
||||
value: ''
|
||||
|
||||
# provide the chaos interval
|
||||
|
@@ -63,7 +63,7 @@ spec:
|
||||
- name: LIB
|
||||
value: 'litmus'
|
||||
|
||||
- name: TARGET_POD
|
||||
- name: TARGET_PODS
|
||||
value: ''
|
||||
|
||||
## percentage of total pods to target
|
||||
|
@@ -70,7 +70,7 @@ spec:
|
||||
- name: LIB_IMAGE
|
||||
value: 'gaiaadm/pumba'
|
||||
|
||||
- name: TARGET_POD
|
||||
- name: TARGET_PODS
|
||||
value: ''
|
||||
|
||||
- name: CHAOS_INJECT_COMMAND
|
||||
|
@@ -66,7 +66,7 @@ spec:
|
||||
- name: LIB
|
||||
value: 'litmus'
|
||||
|
||||
- name: TARGET_POD
|
||||
- name: TARGET_PODS
|
||||
value: ''
|
||||
|
||||
## it defines the sequence of chaos execution for multiple target pods
|
||||
|
@@ -68,8 +68,8 @@ spec:
|
||||
- name: VOLUME_MOUNT_PATH
|
||||
value: ''
|
||||
|
||||
## specify the target pod name
|
||||
- name: TARGET_POD
|
||||
## specify the comma separated target pods
|
||||
- name: TARGET_PODS
|
||||
value: ''
|
||||
|
||||
# Period to wait before and after injection of chaos in sec
|
||||
|
@@ -78,7 +78,7 @@ spec:
|
||||
- name: SEQUENCE
|
||||
value: 'parallel'
|
||||
|
||||
- name: TARGET_POD
|
||||
- name: TARGET_PODS
|
||||
value: ''
|
||||
|
||||
labels:
|
||||
|
@@ -73,7 +73,7 @@ spec:
|
||||
- name: PODS_AFFECTED_PERC
|
||||
value: ''
|
||||
|
||||
- name: TARGET_POD
|
||||
- name: TARGET_PODS
|
||||
value: ''
|
||||
|
||||
# provide the name of container runtime
|
||||
|
@@ -62,7 +62,7 @@ spec:
|
||||
- name: LIB
|
||||
value: 'litmus'
|
||||
|
||||
- name: TARGET_POD
|
||||
- name: TARGET_PODS
|
||||
value: ''
|
||||
|
||||
## percentage of total pods to target
|
||||
|
@@ -73,7 +73,7 @@ spec:
|
||||
- name: PODS_AFFECTED_PERC
|
||||
value: ''
|
||||
|
||||
- name: TARGET_POD
|
||||
- name: TARGET_PODS
|
||||
value: ''
|
||||
|
||||
# provide the name of container runtime
|
||||
|
@@ -73,7 +73,7 @@ spec:
|
||||
- name: PODS_AFFECTED_PERC
|
||||
value: ''
|
||||
|
||||
- name: TARGET_POD
|
||||
- name: TARGET_PODS
|
||||
value: ''
|
||||
|
||||
# provide the name of container runtime
|
||||
|
Reference in New Issue
Block a user