chore(pod_aff_perc): Adding the pod_aff_per/blast-radius for pod-level chaoas (#311)

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
Shubham Chaudhary
2020-09-09 17:10:33 +05:30
committed by GitHub
parent f7e7662633
commit 97802976d8
8 changed files with 32 additions and 4 deletions

View File

@@ -77,6 +77,10 @@ spec:
- name: TOTAL_CHAOS_DURATION - name: TOTAL_CHAOS_DURATION
value: '15' value: '15'
## percentage of total pods to target
- name: PODS_AFFECTED_PERC
value: ''
- name: CHAOS_INTERVAL - name: CHAOS_INTERVAL
value: '15' value: '15'

View File

@@ -71,6 +71,10 @@ spec:
- name: TOTAL_CHAOS_DURATION - name: TOTAL_CHAOS_DURATION
value: '20' value: '20'
## percentage of total pods to target
- name: PODS_AFFECTED_PERC
value: ''
- name: LIB_IMAGE - name: LIB_IMAGE
value: 'litmuschaos/go-runner:latest' value: 'litmuschaos/go-runner:latest'

View File

@@ -61,6 +61,10 @@ spec:
- name: TARGET_POD - name: TARGET_POD
value: '' value: ''
## percentage of total pods to target
- name: PODS_AFFECTED_PERC
value: ''
- name: LIB_IMAGE - name: LIB_IMAGE
value: 'litmuschaos/go-runner:latest' value: 'litmuschaos/go-runner:latest'

View File

@@ -55,16 +55,16 @@ spec:
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
# provide the kill count
- name: KILL_COUNT
value: ''
- name: FORCE - name: FORCE
value: 'true' value: 'true'
- name: CHAOS_INTERVAL - name: CHAOS_INTERVAL
value: '5' value: '5'
## percentage of total pods to target
- name: PODS_AFFECTED_PERC
value: ''
- name: LIB - name: LIB
value: 'litmus' value: 'litmus'

View File

@@ -64,6 +64,10 @@ spec:
- name: LIB - name: LIB
value: 'pumba' value: 'pumba'
## percentage of total pods to target
- name: PODS_AFFECTED_PERC
value: ''
- name: TARGET_POD - name: TARGET_POD
value: '' value: ''
labels: labels:

View File

@@ -60,6 +60,10 @@ spec:
- name: TARGET_POD - name: TARGET_POD
value: '' value: ''
## percentage of total pods to target
- name: PODS_AFFECTED_PERC
value: ''
- name: LIB_IMAGE - name: LIB_IMAGE
value: 'litmuschaos/go-runner:latest' value: 'litmuschaos/go-runner:latest'

View File

@@ -64,6 +64,10 @@ spec:
- name: LIB - name: LIB
value: 'pumba' value: 'pumba'
## percentage of total pods to target
- name: PODS_AFFECTED_PERC
value: ''
- name: TARGET_POD - name: TARGET_POD
value: '' value: ''
labels: labels:

View File

@@ -64,6 +64,10 @@ spec:
- name: LIB - name: LIB
value: 'pumba' value: 'pumba'
## percentage of total pods to target
- name: PODS_AFFECTED_PERC
value: ''
- name: TARGET_POD - name: TARGET_POD
value: '' value: ''
labels: labels: