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:
Shubham Chaudhary
2020-11-10 13:54:23 +05:30
committed by GitHub
parent f755288330
commit cb880805e0
10 changed files with 11 additions and 11 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -78,7 +78,7 @@ spec:
- name: SEQUENCE - name: SEQUENCE
value: 'parallel' value: 'parallel'
- name: TARGET_POD - name: TARGET_PODS
value: '' value: ''
labels: labels:

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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